diff --git a/Tests/COnly/libc2.h b/Tests/COnly/libc2.h index bc26e0120..a99d8984e 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 )