]> git.saurik.com Git - wxWidgets.git/commitdiff
don't do anything before including the PCH header
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Sep 2007 11:53:23 +0000 (11:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Sep 2007 11:53:23 +0000 (11:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/scrlwing.cpp

index 9eb9d41825cae0ba8642c6a030b5f34d2bb99df8..ee25469cc65c05ac9fb34de8ccf61a81a8c13695 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #pragma hdrstop
 #endif
 
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
 #include "wx/scrolwin.h"
 
 #ifndef WX_PRECOMP