mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Merge h-uru/restoreexceptionhandler Hoikas
This commit is contained in:
@ -91,7 +91,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#if BUILD_TYPE == BUILD_TYPE_DEV
|
#if BUILD_TYPE == BUILD_TYPE_DEV
|
||||||
#define STATUS_PATH L"www2.cyanworlds.com"
|
#define STATUS_PATH L"www2.cyanworlds.com"
|
||||||
#else
|
#else
|
||||||
#define STATUS_PATH L"support.cyanworlds.com"
|
#define STATUS_PATH L"account.mystonline.com"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -1965,6 +1965,9 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nC
|
|||||||
if( !gClient->StartInit() )
|
if( !gClient->StartInit() )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// Reestablish exception handler after PhysX stole it
|
||||||
|
SetUnhandledExceptionFilter( plCustomUnhandledExceptionFilter );
|
||||||
|
|
||||||
// I want it on top! I mean it!
|
// I want it on top! I mean it!
|
||||||
BringWindowToTop( gClient->GetWindowHandle() );
|
BringWindowToTop( gClient->GetWindowHandle() );
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#if BUILD_TYPE == BUILD_TYPE_DEV
|
#if BUILD_TYPE == BUILD_TYPE_DEV
|
||||||
#define STATUS_PATH L"www2.cyanworlds.com"
|
#define STATUS_PATH L"www2.cyanworlds.com"
|
||||||
#else
|
#else
|
||||||
#define STATUS_PATH L"support.cyanworlds.com"
|
#define STATUS_PATH L"account.mystonline.com"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user