summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r--Tests/ComplexOneConfig/Library/sharedFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Library/sharedFile.h b/Tests/ComplexOneConfig/Library/sharedFile.h
index 4cdb7a1..65ac2e2 100644
--- a/Tests/ComplexOneConfig/Library/sharedFile.h
+++ b/Tests/ComplexOneConfig/Library/sharedFile.h
@@ -5,7 +5,7 @@
# define CMakeTest_EXPORT __declspec(dllimport)
#endif
#else
-// unix needs nothing
+/* unix needs nothing */
#define CMakeTest_EXPORT
#endif