X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fapp.cpp;h=a951e644c8921c60698ad93d0f87879ed96336ea;hb=c436dad60e34fb9da720a89db917eb4cf4e3a624;hp=c1093fff4e7e4f35aaf3dc0766d740744396573c;hpb=94d59c2c8c14b9ac51dffd117ec507418b4d0881;p=virtualjaguar diff --git a/src/gui/app.cpp b/src/gui/app.cpp index c1093ff..a951e64 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -48,8 +48,9 @@ QString filename; // Here's the main application loop--short and simple... int main(int argc, char * argv[]) { - // Win32 console redirection, because MS and their band of super geniuses decided - // that nobody would ever launch an app from the command line. :-P + // Win32 console redirection, because MS and their band of super geniuses + // decided that nobody would ever launch an app from the command line. :-P + // [Unfortunately, this doesn't seem to work on Vista/7. :-(] #ifdef __GCCWIN32__ BOOL (WINAPI * AttachConsole)(DWORD dwProcessId);