Merge branch 'windows64' of github.com:lkalif/SingularityViewer

This commit is contained in:
Latif Khalifa
2013-10-24 01:37:45 +02:00
33 changed files with 404 additions and 197 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 )
{