]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / src / gtk1 / app.cpp
index 7df0bb49a26f46d86faeb5142c87e4ec45ff01f6..dad9249bc9287f200a3cc43b70979b6521b6fc34 100644 (file)
@@ -7,15 +7,19 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "app.h"
 #endif
 
 #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"