]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 only : Advertise we need a console when the program is linked as a 'Windows...
authorfredb <fredb>
Wed, 27 Sep 2006 20:18:08 +0000 (20:18 +0000)
committerfredb <fredb>
Wed, 27 Sep 2006 20:18:08 +0000 (20:18 +0000)
src/Main/bootstrap.cxx

index f6696081cc5fc46d59205e82ebc84a75b764b980..37707ce47c1d330650bcb156b81062f0a5c425ee 100644 (file)
@@ -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