From ec4887d1d295e3d4bf22bf211e139a776ed35897 Mon Sep 17 00:00:00 2001 From: fredb Date: Wed, 27 Sep 2006 20:18:08 +0000 Subject: [PATCH] Win32 only : Advertise we need a console when the program is linked as a 'Windows' subsystem --- src/Main/bootstrap.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index f6696081c..37707ce47 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -117,6 +117,7 @@ int main ( int argc, char **argv ); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { + logbuf::has_no_console(); main( __argc, __argv ); } #endif