summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
Diffstat (limited to 'sord')
-rw-r--r--sord/sord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sord/sord.h b/sord/sord.h
index d380da2..b0f3017 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -29,7 +29,7 @@
#include "serd/serd.h"
#ifdef SORD_SHARED
-# ifdef __WIN32__
+# ifdef _WIN32
# define SORD_LIB_IMPORT __declspec(dllimport)
# define SORD_LIB_EXPORT __declspec(dllexport)
# else