]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
implementation changes to closer follow MSW, crashes fixed
[wxWidgets.git] / src / gtk1 / app.cpp
index ab2400fc2f728b10aa58bcae780b1b988ecd0f75..dad9249bc9287f200a3cc43b70979b6521b6fc34 100644 (file)
     #pragma implementation "app.h"
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
 #ifdef __VMS
-#include <vms_jackets.h>
+// vms_jackets.h should for proper working be included before anything else
+# include <vms_jackets.h>
 #undef ConnectionNumber
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/app.h"
 #include "wx/gdicmn.h"
 #include "wx/utils.h"