Fix problem with test on Borland

This commit is contained in:
Andy Cedilnik 2003-01-03 16:14:14 -05:00
parent 39e43360ea
commit 79651a2663
1 changed files with 1 additions and 1 deletions

View File

@ -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 )