From: Vadim Zeitlin Date: Tue, 9 Jul 2002 13:27:00 +0000 (+0000) Subject: compilation fixes for _LARGE_FILES X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/11334a9e5a2a82b6c4077177aeb82ec4c290f18e?ds=inline compilation fixes for _LARGE_FILES git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/font.cpp b/src/motif/font.cpp index 0af197f78d..e63de3bf42 100644 --- a/src/motif/font.cpp +++ b/src/motif/font.cpp @@ -21,6 +21,8 @@ #pragma implementation "font.h" #endif +#include "wx/defs.h" + #ifdef __VMS #pragma message disable nosimpint #include "wx/vms_x_fix.h" @@ -30,7 +32,6 @@ #pragma message enable nosimpint #endif -#include "wx/defs.h" #include "wx/string.h" #include "wx/font.h" #include "wx/gdicmn.h" diff --git a/src/motif/msgdlg.cpp b/src/motif/msgdlg.cpp index ca78e9a53c..caf660584d 100644 --- a/src/motif/msgdlg.cpp +++ b/src/motif/msgdlg.cpp @@ -21,6 +21,8 @@ // headers // ---------------------------------------------------------------------------- +#include "wx/defs.h" + #ifdef __VMS #define XtDisplay XTDISPLAY #pragma message disable nosimpint