Uncommented line to hide console in publish
This commit is contained in:
parent
670ddee65a
commit
7afbc33861
|
@ -31,7 +31,7 @@ INT WINAPI wWinMain
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
#ifndef SHEDITOR
|
#ifndef SHEDITOR
|
||||||
//ShowWindow(::GetConsoleWindow(), SW_HIDE);
|
ShowWindow(::GetConsoleWindow(), SW_HIDE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SHLOG_REGISTER(logger)
|
SHLOG_REGISTER(logger)
|
||||||
|
|
Loading…
Reference in New Issue