summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index 856b8fb..e4d1a3f 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -26,7 +26,7 @@ extern "C" {
#include <stdint.h>
#include <stdlib.h>
-#ifdef __WIN32__
+#ifdef _WIN32
# include <windows.h>
# define dlopen(path, flags) LoadLibrary(path)
# define dlclose(lib) FreeLibrary(lib)