summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Library')
-rw-r--r--Tests/ComplexRelativePaths/Library/testConly.c2
-rw-r--r--Tests/ComplexRelativePaths/Library/testConly.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/Tests/ComplexRelativePaths/Library/testConly.c b/Tests/ComplexRelativePaths/Library/testConly.c
index d2d5294..05ec107 100644
--- a/Tests/ComplexRelativePaths/Library/testConly.c
+++ b/Tests/ComplexRelativePaths/Library/testConly.c
@@ -1,4 +1,4 @@
-#include "sharedFile.h"
+#include "testConly.h"
int CsharedFunction()
{
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();
+