mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] added getc to wait around when debugging
This commit is contained in:
parent
1975bc13bc
commit
346f62a48a
@ -79,5 +79,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdParam
|
||||
break;
|
||||
|
||||
svc->DeInitialize();
|
||||
#ifdef DEBUG
|
||||
getc(stdin);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user