projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes for new lib dirs for wxMSW
[wxWidgets.git]
/
src
/
gtk1
/
app.cpp
diff --git
a/src/gtk1/app.cpp
b/src/gtk1/app.cpp
index 7df0bb49a26f46d86faeb5142c87e4ec45ff01f6..dad9249bc9287f200a3cc43b70979b6521b6fc34 100644
(file)
--- a/
src/gtk1/app.cpp
+++ b/
src/gtk1/app.cpp
@@
-7,15
+7,19
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "app.h"
#endif
#ifdef __VMS
#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
#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"
#include "wx/app.h"
#include "wx/gdicmn.h"
#include "wx/utils.h"