Skip to content
Snippets Groups Projects
Commit bb233279 authored by rswindell's avatar rswindell
Browse files

uifcinifltk() now closes the popup console window on Win32.

parent 3026a8da
No related branches found
No related tags found
No related merge requests found
......@@ -796,6 +796,10 @@ int uifcinifltk(uifcapi_t* uifcapi)
CurrWin=0;
MainWin=NULL;
#if defined(_WIN32)
FreeConsole(); // close popup console window
#endif
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment