diff options
Diffstat (limited to 'tests/objects/property-gboxed-nullable.c-expected')
-rw-r--r-- | tests/objects/property-gboxed-nullable.c-expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/objects/property-gboxed-nullable.c-expected b/tests/objects/property-gboxed-nullable.c-expected index 1438750ac..4596613c7 100644 --- a/tests/objects/property-gboxed-nullable.c-expected +++ b/tests/objects/property-gboxed-nullable.c-expected @@ -7,7 +7,7 @@ #include <glib.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 |