summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-03 21:14:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-03 21:14:14 (GMT)
commit79651a2663f9d94629a763beada9cea76ac16a6e (patch)
treeb38092415db0aeb5b4ccfbe5a289f44f1e740d23 /Tests
parent39e43360eafd2c7b77ea5b304bafe3cc71d33568 (diff)
downloadCMake-79651a2663f9d94629a763beada9cea76ac16a6e.zip
CMake-79651a2663f9d94629a763beada9cea76ac16a6e.tar.gz
CMake-79651a2663f9d94629a763beada9cea76ac16a6e.tar.bz2
Fix problem with test on Borland
Diffstat (limited to 'Tests')
-rw-r--r--Tests/COnly/libc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/COnly/libc2.h b/Tests/COnly/libc2.h
index bc26e01..a99d898 100644
--- a/Tests/COnly/libc2.h
+++ b/Tests/COnly/libc2.h
@@ -1,5 +1,5 @@
#ifdef _WIN32
-# ifdef c2_EXPORTS
+# ifdef testc2_EXPORTS
# define CM_TEST_LIB_EXPORT __declspec( dllexport )
# else
# define CM_TEST_LIB_EXPORT __declspec( dllimport )