1
0
Fork 0

Win32 only : Advertise we need a console when the program is linked as a 'Windows' subsystem

This commit is contained in:
fredb 2006-09-27 20:18:08 +00:00
parent 8de6a69e3e
commit ec4887d1d2

View 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