From 79651a2663f9d94629a763beada9cea76ac16a6e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 3 Jan 2003 16:14:14 -0500 Subject: Fix problem with test on Borland --- Tests/COnly/libc2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v0.12