mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-30 19:13:38 +00:00
[host] added getc to wait around when debugging
This commit is contained in:
parent
1975bc13bc
commit
346f62a48a
1 changed files with 3 additions and 0 deletions
|
@ -79,5 +79,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdParam
|
|||
break;
|
||||
|
||||
svc->DeInitialize();
|
||||
#ifdef DEBUG
|
||||
getc(stdin);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue