Skip to content

Commit 71fe1c3

Browse files
committed
this does not work right
1 parent e7d065b commit 71fe1c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

kscr-starter/kscr-starter.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ void runBinaries()
114114

115115
int main(int argc, char* argv[])
116116
{
117-
#if _WIN32 & !_DEBUG
118-
// do not show console window (may not work right)
119-
::ShowWindow(::GetConsoleWindow(), SW_HIDE);
120-
#endif
121-
122117
sdkpath = findSDK();
123118
#if _DEBUG
124119
cout << "SDK Path found: " << absolute(*sdkpath) << endl;

0 commit comments

Comments
 (0)