Apply patch from upstream irrlicht which allow to compile it on windows using clang.

This commit is contained in:
deve 2014-11-10 11:33:49 +01:00
parent 98411b5568
commit 65ee047b3c

View File

@ -127,7 +127,7 @@ namespace video
} // end namespace irr
#if defined(_IRR_WINDOWS_API_)
#if defined(_IRR_WINDOWS_API_) && !defined(_IRR_STATIC_LIB_)
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,