diff options
Diffstat (limited to 'Tests/CxxOnly/testCxxModule.cxx')
-rw-r--r-- | Tests/CxxOnly/testCxxModule.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CxxOnly/testCxxModule.cxx b/Tests/CxxOnly/testCxxModule.cxx index 039e8bb..5015d07 100644 --- a/Tests/CxxOnly/testCxxModule.cxx +++ b/Tests/CxxOnly/testCxxModule.cxx @@ -1,7 +1,7 @@ #ifdef _WIN32 -#define TEST_EXPORT __declspec(dllexport) +# define TEST_EXPORT __declspec(dllexport) #else -#define TEST_EXPORT +# define TEST_EXPORT #endif TEST_EXPORT int testCxxModule(void) { |