summaryrefslogtreecommitdiffstats
path: root/src/ewf.h
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2022-04-13 09:20:45 +0200
committerChristophe Grenier <[email protected]>2022-04-13 09:20:45 +0200
commit305d71ea0a542f40d5c01573643a457747cc60a0 (patch)
tree77470fd224293c22623e36bf1684715fef5c625c /src/ewf.h
parent952415ee990f17fed58ba22ca0d3f86fad38ff2b (diff)
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
using frama-c
Diffstat (limited to 'src/ewf.h')
-rw-r--r--src/ewf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ewf.h b/src/ewf.h
index 105080a3..d90c3d93 100644
--- a/src/ewf.h
+++ b/src/ewf.h
@@ -25,7 +25,7 @@
extern "C" {
#endif
-#if defined(__FRAMAC__) || defined(MAIN_photorec)
+#if defined(DISABLED_FOR_FRAMAC)
#undef HAVE_LIBEWF
#endif