diff options
Diffstat (limited to 'lilv/lilv.h')
-rw-r--r-- | lilv/lilv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index 28b75a4..f2acf98 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -30,7 +30,7 @@ #include "lv2/lv2plug.in/ns/ext/urid/urid.h" #ifdef LILV_SHARED -# ifdef __WIN32__ +# ifdef _WIN32 # define LILV_LIB_IMPORT __declspec(dllimport) # define LILV_LIB_EXPORT __declspec(dllexport) # else |