From 9501126fb60d4758ffe2d4f6af76fc35f6c97cc8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Jan 2012 19:19:59 +0000 Subject: Use correct WIN32 define. git-svn-id: http://svn.drobilla.net/sord/trunk@192 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zix') diff --git a/src/zix/common.h b/src/zix/common.h index 7c8c942..2f63fca 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 -- cgit v1.2.1