summaryrefslogtreecommitdiffstats
path: root/Tests/COnly/libc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/COnly/libc2.h')
-rw-r--r--Tests/COnly/libc2.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tests/COnly/libc2.h b/Tests/COnly/libc2.h
index 2713d71..7bc4fb1 100644
--- a/Tests/COnly/libc2.h
+++ b/Tests/COnly/libc2.h
@@ -1,11 +1,11 @@
#ifdef _WIN32
-# ifdef testc2_EXPORTS
-# define CM_TEST_LIB_EXPORT __declspec( dllexport )
-# else
-# define CM_TEST_LIB_EXPORT __declspec( dllimport )
-# endif
+#ifdef testc2_EXPORTS
+#define CM_TEST_LIB_EXPORT __declspec(dllexport)
#else
-# define CM_TEST_LIB_EXPORT
+#define CM_TEST_LIB_EXPORT __declspec(dllimport)
+#endif
+#else
+#define CM_TEST_LIB_EXPORT
#endif
CM_TEST_LIB_EXPORT float LibC2Func();