summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/B/b.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/B/b.h')
-rw-r--r--Tests/ObjectLibrary/B/b.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/ObjectLibrary/B/b.h b/Tests/ObjectLibrary/B/b.h
index 632004d..11b22f4 100644
--- a/Tests/ObjectLibrary/B/b.h
+++ b/Tests/ObjectLibrary/B/b.h
@@ -1,8 +1,8 @@
-#ifdef A
-# error "A must not be defined"
+#ifdef A_DEF
+# error "A_DEF must not be defined"
#endif
-#ifndef B
-# error "B not defined"
+#ifndef B_DEF
+# error "B_DEF not defined"
#endif
#if defined(_WIN32) && defined(Bexport)
# define EXPORT_B __declspec(dllexport)