Apply patch from upstream irrlicht which allow to compile it on windows using clang.
This commit is contained in:
parent
98411b5568
commit
65ee047b3c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user