summaryrefslogtreecommitdiffstats
path: root/test/Libs/bug2903/main.c
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-11-02 12:41:02 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2013-11-02 12:41:02 (GMT)
commit7b7cded8d2946209e2802b34564cc4ec6428884b (patch)
treed2aca13218fdfd22a9f934ff1f959265d8c71d7b /test/Libs/bug2903/main.c
parente38f59cab5d40f09f15c5e65645aa2d8af165c66 (diff)
downloadSCons-7b7cded8d2946209e2802b34564cc4ec6428884b.zip
SCons-7b7cded8d2946209e2802b34564cc4ec6428884b.tar.gz
SCons-7b7cded8d2946209e2802b34564cc4ec6428884b.tar.bz2
Fix tests for previous commit (bug 2903) on Windows.
Diffstat (limited to 'test/Libs/bug2903/main.c')
-rw-r--r--test/Libs/bug2903/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Libs/bug2903/main.c b/test/Libs/bug2903/main.c
index 3fe7d49..a4b1ecc 100644
--- a/test/Libs/bug2903/main.c
+++ b/test/Libs/bug2903/main.c
@@ -1,3 +1,6 @@
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
void func()
{
}