diff options
Diffstat (limited to 'Tests/Complex/Library/sharedFile.h')
-rw-r--r-- | Tests/Complex/Library/sharedFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Complex/Library/sharedFile.h b/Tests/Complex/Library/sharedFile.h index 4cdb7a1..65ac2e2 100644 --- a/Tests/Complex/Library/sharedFile.h +++ b/Tests/Complex/Library/sharedFile.h @@ -5,7 +5,7 @@ # define CMakeTest_EXPORT __declspec(dllimport) #endif #else -// unix needs nothing +/* unix needs nothing */ #define CMakeTest_EXPORT #endif |