summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Library/testConly.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Library/testConly.c')
-rw-r--r--Tests/Complex/Library/testConly.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Complex/Library/testConly.c b/Tests/Complex/Library/testConly.c
index 35d6a39..d179b21 100644
--- a/Tests/Complex/Library/testConly.c
+++ b/Tests/Complex/Library/testConly.c
@@ -2,11 +2,13 @@
int CsharedFunction()
{
+#if !defined(_WIN32) || defined(__CYGWIN__)
#ifndef TEST_C_FLAGS
printf("TEST_C_FLAGS failed\n");
return 0;
#else
printf("Passed: TEST_C_FLAGS passed\n");
#endif
+#endif
return 1;
}