diff options
-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 ) |