From: fredb Date: Wed, 27 Sep 2006 20:18:08 +0000 (+0000) Subject: Win32 only : Advertise we need a console when the program is linked as a 'Windows... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec4887d1d295e3d4bf22bf211e139a776ed35897;p=flightgear.git Win32 only : Advertise we need a console when the program is linked as a 'Windows' subsystem --- 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