1
0
Fork 0

DBG: fixed a custom handler, that was not registered

This commit is contained in:
Mr. eXoDia 2014-07-18 16:39:04 +02:00
parent 54538dccf2
commit ab829cee65
1 changed files with 1 additions and 0 deletions

View File

@ -2075,6 +2075,7 @@ static DWORD WINAPI threadAttachLoop(void* lpParameter)
SetCustomHandler(UE_CH_UNLOADDLL, (void*)cbUnloadDll);
SetCustomHandler(UE_CH_OUTPUTDEBUGSTRING, (void*)cbOutputDebugString);
SetCustomHandler(UE_CH_UNHANDLEDEXCEPTION, (void*)cbException);
SetCustomHandler(UE_CH_DEBUGEVENT, (void*)cbDebugEvent);
//inform GUI start we started without problems
GuiSetDebugState(initialized);
//set GUI title