summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Library/sharedFile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-23 19:13:06 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-23 21:16:45 (GMT)
commit6a7582124cb19a5c869263e9bec716be76c7640a (patch)
treea489ab39c56c039a44544e56e770a3ee4ec9a65f /Tests/ComplexRelativePaths/Library/sharedFile.h
parent4e985000124931cb8219da35cc507b4ccf05d30f (diff)
downloadCMake-6a7582124cb19a5c869263e9bec716be76c7640a.zip
CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.gz
CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.bz2
complex: Remove ancient unused ComplexRelativePaths test
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/sharedFile.h')
-rw-r--r--Tests/ComplexRelativePaths/Library/sharedFile.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/ComplexRelativePaths/Library/sharedFile.h b/Tests/ComplexRelativePaths/Library/sharedFile.h
deleted file mode 100644
index 65ac2e2..0000000
--- a/Tests/ComplexRelativePaths/Library/sharedFile.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#if defined(_WIN32) || defined(WIN32) /* Win32 version */
-#ifdef CMakeTestLibraryShared_EXPORTS
-# define CMakeTest_EXPORT __declspec(dllexport)
-#else
-# define CMakeTest_EXPORT __declspec(dllimport)
-#endif
-#else
-/* unix needs nothing */
-#define CMakeTest_EXPORT
-#endif
-
-CMakeTest_EXPORT int sharedFunction();