- attempt to have windows screen come to forefront sooner

This commit is contained in:
Mark Vejvoda
2012-07-27 19:08:41 +00:00
parent 0e0c43f14a
commit 0309e83791
3 changed files with 24 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ void exceptionMessage(const exception &excp);
string getCommandLine();
void init_win32();
void done_win32();
void ontop_win32(int width, int height);
// The following is used for stacking tracing for windows based exceptions
#if !defined(_DEBUG) && !defined(__GNUC__)