summaryrefslogtreecommitdiff
path: root/tests/methods/bug726347.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/methods/bug726347.c-expected')
-rw-r--r--tests/methods/bug726347.c-expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/methods/bug726347.c-expected b/tests/methods/bug726347.c-expected
index 84681feb5..107b42db1 100644
--- a/tests/methods/bug726347.c-expected
+++ b/tests/methods/bug726347.c-expected
@@ -9,7 +9,7 @@
#include <gobject/gvaluecollector.h>
#if !defined(VALA_EXTERN)
-#if defined(_MSC_VER)
+#if defined(_WIN32) || defined(__CYGWIN__)
#define VALA_EXTERN __declspec(dllexport) extern
#elif __GNUC__ >= 4
#define VALA_EXTERN __attribute__((visibility("default"))) extern