From 60ad24bdaeddca328eb46e139973a004cf5cd91d Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 13 May 2010 02:11:05 -0500 Subject: [PATCH] fixed header include for Windows in 'openal_wrapper.cpp' --- Source/openal_wrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/openal_wrapper.cpp b/Source/openal_wrapper.cpp index b6292ab..686bd24 100644 --- a/Source/openal_wrapper.cpp +++ b/Source/openal_wrapper.cpp @@ -26,8 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#ifdef _MSC_VER -#include +#ifdef _WIN32 +#include #endif #include "MacCompatibility.h" -- 2.39.5