aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/alError.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alError.cpp b/OpenAL32/alError.cpp
index 092784c9..5f98ae1d 100644
--- a/OpenAL32/alError.cpp
+++ b/OpenAL32/alError.cpp
@@ -29,7 +29,7 @@
#include <cstring>
#include <mutex>
-#ifdef HAVE_WINDOWS_H
+#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif