summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Library/testConly.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/testConly.h')
-rw-r--r--Tests/ComplexRelativePaths/Library/testConly.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Library/testConly.h b/Tests/ComplexRelativePaths/Library/testConly.h
index 8553a6b..fc4c3f1 100644
--- a/Tests/ComplexRelativePaths/Library/testConly.h
+++ b/Tests/ComplexRelativePaths/Library/testConly.h
@@ -1,5 +1,5 @@
#if defined(_WIN32) || defined(WIN32) /* Win32 version */
-#ifdef CMakeTestLibraryShared_EXPORTS
+#ifdef CMakeTestCLibraryShared_EXPORTS
# define CMakeTest_EXPORT __declspec(dllexport)
#else
# define CMakeTest_EXPORT __declspec(dllimport)
@@ -10,3 +10,4 @@
#endif
CMakeTest_EXPORT int CsharedFunction();
+