mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-07 19:24:07 +00:00
[host] added getc to wait around when debugging
This commit is contained in:
@@ -79,5 +79,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdParam
|
||||
break;
|
||||
|
||||
svc->DeInitialize();
|
||||
#ifdef DEBUG
|
||||
getc(stdin);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user