summaryrefslogtreecommitdiff
path: root/Tests/CustComDepend/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustComDepend/bar.h')
-rw-r--r--Tests/CustComDepend/bar.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/CustComDepend/bar.h b/Tests/CustComDepend/bar.h
new file mode 100644
index 000000000..d462c9b5b
--- /dev/null
+++ b/Tests/CustComDepend/bar.h
@@ -0,0 +1,9 @@
+#ifdef _WIN32
+# ifdef bar_EXPORTS
+# define BAR_EXPORT __declspec( dllexport )
+# else
+# define BAR_EXPORT __declspec( dllimport )
+# endif
+#else
+# define BAR_EXPORT
+#endif