summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/B/b.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-21 17:27:10 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-21 17:27:10 (GMT)
commit7e94e6b52550d333557a013232e0e8e5a3381047 (patch)
treeacd1a20d9a8807dd78312329293df21fecc5259c /Tests/ObjectLibrary/B/b.h
parenta72893da36ce5a78043b333e4bd430df2fdb323d (diff)
parentfb7348f64455242dcbbb3837c697c9bf88414ae2 (diff)
downloadCMake-7e94e6b52550d333557a013232e0e8e5a3381047.zip
CMake-7e94e6b52550d333557a013232e0e8e5a3381047.tar.gz
CMake-7e94e6b52550d333557a013232e0e8e5a3381047.tar.bz2
Merge topic 'watcom-object-library'
fb7348f Fix ObjectLibrary test on Watcom
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)