From 4bdb3e7301c59a32216ff383c23a4bdcf70fa268 Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Wed, 11 Jan 2023 13:44:49 +0800 Subject: tests: Update c-expected --- tests/methods/bug595538.c-expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/methods/bug595538.c-expected') diff --git a/tests/methods/bug595538.c-expected b/tests/methods/bug595538.c-expected index 4cca222a1..a284d27d0 100644 --- a/tests/methods/bug595538.c-expected +++ b/tests/methods/bug595538.c-expected @@ -4,7 +4,7 @@ #include #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 -- cgit v1.2.1