summaryrefslogtreecommitdiffstats
path: root/Tests/Framework/bar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Framework/bar.cxx')
-rw-r--r--Tests/Framework/bar.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Framework/bar.cxx b/Tests/Framework/bar.cxx
index 5c9d612..c8ddc0a 100644
--- a/Tests/Framework/bar.cxx
+++ b/Tests/Framework/bar.cxx
@@ -1,5 +1,7 @@
#ifdef _WIN32
# define CM_TEST_LIB_IMPORT __declspec( dllimport )
+#else
+# define CM_TEST_LIB_IMPORT
#endif
CM_TEST_LIB_IMPORT void foo();
int main()