summaryrefslogtreecommitdiffstats
path: root/guththila
diff options
context:
space:
mode:
Diffstat (limited to 'guththila')
-rw-r--r--guththila/include/guththila_defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/guththila/include/guththila_defines.h b/guththila/include/guththila_defines.h
index d297f55..5c7b9bc 100644
--- a/guththila/include/guththila_defines.h
+++ b/guththila/include/guththila_defines.h
@@ -31,10 +31,10 @@
#define GUTHTHILA_CALL
#endif
#else
-#if defined(__unix)
-#define GUTHTHILA_CALL
-#else
+#if defined(_WIN32)
#define GUTHTHILA_CALL __stdcall
+#else
+#define GUTHTHILA_CALL
#endif
#endif