summaryrefslogtreecommitdiff
path: root/tests/chainup/no-chainup.c-expected
diff options
context:
space:
mode:
authorwszqkzqk <wszqkzqk@qq.com>2023-01-11 13:44:49 +0800
committerRico Tzschichholz <ricotz@ubuntu.com>2023-01-11 09:37:41 +0100
commit4bdb3e7301c59a32216ff383c23a4bdcf70fa268 (patch)
tree5c8133ec9d2ea9efddb39abc8223b416b96182eb /tests/chainup/no-chainup.c-expected
parent1b63836ba222440affcde4f3036c68f009dabc2c (diff)
downloadvala-4bdb3e7301c59a32216ff383c23a4bdcf70fa268.tar.gz
tests: Update c-expected
Diffstat (limited to 'tests/chainup/no-chainup.c-expected')
-rw-r--r--tests/chainup/no-chainup.c-expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chainup/no-chainup.c-expected b/tests/chainup/no-chainup.c-expected
index 1791f5084..252628c60 100644
--- a/tests/chainup/no-chainup.c-expected
+++ b/tests/chainup/no-chainup.c-expected
@@ -7,7 +7,7 @@
#include <string.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