WIP[win64]: Rebuilt jpeglib, libpng, fixed loading of fmodex

This commit is contained in:
Latif Khalifa
2013-10-20 20:17:03 +02:00
parent 52c8c68d12
commit 93e62a375c
2 changed files with 7 additions and 2 deletions

View File

@@ -59,8 +59,13 @@ bool attemptDelayLoad()
{
__try
{
#if defined(_WIN64)
if( FAILED( __HrLoadAllImportsForDll( "fmodex64.dll" ) ) )
return false;
#else
if( FAILED( __HrLoadAllImportsForDll( "fmodex.dll" ) ) )
return false;
#endif
}
__except( EXCEPTION_EXECUTE_HANDLER )
{