projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround
[wxWidgets.git]
/
src
/
motif
/
bmpmotif.cpp
diff --git
a/src/motif/bmpmotif.cpp
b/src/motif/bmpmotif.cpp
index 1ddb082650958904847a4244e2b25132c36f770e..e588d19a87b3f1dad07250c24e31f0af239b4957 100644
(file)
--- a/
src/motif/bmpmotif.cpp
+++ b/
src/motif/bmpmotif.cpp
@@
-9,10
+9,13
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "bmpmotif.h"
#endif
#pragma implementation "bmpmotif.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#ifdef __VMS
#define XtParent XTPARENT
#define XtDisplay XTDISPLAY
#ifdef __VMS
#define XtParent XTPARENT
#define XtDisplay XTDISPLAY