mirror of https://github.com/a0rtega/pafish
Restore window after analysis finished
This commit is contained in:
parent
febe5028d0
commit
a3289c135b
|
@ -352,6 +352,9 @@ int main(void)
|
|||
write_trace_dns("analysis-end");
|
||||
#endif
|
||||
|
||||
/* Restore window */
|
||||
ShowWindow(GetConsoleWindow(), SW_RESTORE);
|
||||
|
||||
getchar();
|
||||
|
||||
/* Restore Original Console Colors */
|
||||
|
|
Loading…
Reference in New Issue