From: Neal Gompa Date: Thu, 13 May 2010 07:11:05 +0000 (-0500) Subject: fixed header include for Windows in 'openal_wrapper.cpp' X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=60ad24bdaeddca328eb46e139973a004cf5cd91d;p=lugaru.git fixed header include for Windows in 'openal_wrapper.cpp' --- 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"