summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-16 19:19:59 +0000
committerDavid Robillard <d@drobilla.net>2012-01-16 19:19:59 +0000
commit9501126fb60d4758ffe2d4f6af76fc35f6c97cc8 (patch)
tree8fec8c561b69a7dbe034344e98156e5a13019b49 /sord
parentfc3d3253727c0aecbbbd26590034ad2bb427788c (diff)
downloadsord-9501126fb60d4758ffe2d4f6af76fc35f6c97cc8.tar.gz
sord-9501126fb60d4758ffe2d4f6af76fc35f6c97cc8.tar.bz2
sord-9501126fb60d4758ffe2d4f6af76fc35f6c97cc8.zip
Use correct WIN32 define.
git-svn-id: http://svn.drobilla.net/sord/trunk@192 3d64ff67-21c5-427c-a301-fe4f08042e5a
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