diff --git a/host/main.cpp b/host/main.cpp index 4e575662..ebd52e23 100644 --- a/host/main.cpp +++ b/host/main.cpp @@ -79,5 +79,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdParam break; svc->DeInitialize(); +#ifdef DEBUG + getc(stdin); +#endif return 0; } \ No newline at end of file