summaryrefslogtreecommitdiffstats
path: root/src/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-16 19:19:44 +0000
committerDavid Robillard <d@drobilla.net>2012-01-16 19:19:44 +0000
commit012e8a8785abcbf403d842d67303d7470b33694c (patch)
tree8c456a49780fbbd7534edbf99f83d237a64464c3 /src/zix
parent554dfe14bdf86b00a92fa20f83f4bfac5e85325b (diff)
downloadlilv-012e8a8785abcbf403d842d67303d7470b33694c.tar.gz
lilv-012e8a8785abcbf403d842d67303d7470b33694c.tar.bz2
lilv-012e8a8785abcbf403d842d67303d7470b33694c.zip
Use correct WIN32 define.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3954 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/zix')
-rw-r--r--src/zix/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zix/common.h b/src/zix/common.h
index c0dffeb..59a9511 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -26,7 +26,7 @@
/** @cond */
#ifdef ZIX_SHARED
-# ifdef __WIN32__
+# ifdef _WIN32
# define ZIX_LIB_IMPORT __declspec(dllimport)
# define ZIX_LIB_EXPORT __declspec(dllexport)
# else