From 585d965c921453e9097ada09ec63c67149aa6d72 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 28 Jul 2019 15:16:13 -0700 Subject: Remove a couple unnecessary includes --- OpenAL32/alError.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') 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 #include -#ifdef HAVE_WINDOWS_H +#ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include #endif -- cgit v1.2.3