diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-03 21:14:14 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-03 21:14:14 (GMT) |
commit | 79651a2663f9d94629a763beada9cea76ac16a6e (patch) | |
tree | b38092415db0aeb5b4ccfbe5a289f44f1e740d23 /Tests/COnly/libc2.h | |
parent | 39e43360eafd2c7b77ea5b304bafe3cc71d33568 (diff) | |
download | CMake-79651a2663f9d94629a763beada9cea76ac16a6e.zip CMake-79651a2663f9d94629a763beada9cea76ac16a6e.tar.gz CMake-79651a2663f9d94629a763beada9cea76ac16a6e.tar.bz2 |
Fix problem with test on Borland
Diffstat (limited to 'Tests/COnly/libc2.h')
-rw-r--r-- | Tests/COnly/libc2.h | 2 |
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 ) |