summaryrefslogtreecommitdiffstats
path: root/test/Libs/bug2903/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Libs/bug2903/lib.c')
-rw-r--r--test/Libs/bug2903/lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Libs/bug2903/lib.c b/test/Libs/bug2903/lib.c
index 048f715..65f4cd2 100644
--- a/test/Libs/bug2903/lib.c
+++ b/test/Libs/bug2903/lib.c
@@ -1 +1,4 @@
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
int i;