]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:28:38 +0000 (11:28 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 12 Nov 1999 11:28:38 +0000 (11:28 +0000)
 VMS patch

 Modified Files:
  wxWindows/include/wx/setup.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/setup.h

index f0afb8965580fc601b49450f6a6267a6fff08272..8f4372749a7707b5f3305275834907eec4e62072 100644 (file)
@@ -15,6 +15,9 @@
 #error No __WXxxx__ define set! Please define one of __WXGTK__,__WXMSW__,__WXMOTIF__,__WXMAC__,__WXQT__,__WXPM__,__WXSTUBS__
 #endif
 
+#ifdef __VMS
+#include "[--]setup.h"
+#elif
 #if defined(__WXMSW__)
 #include "wx/msw/setup.h"
 #elif defined(__WXMAC__)
@@ -30,6 +33,7 @@
 #elif defined(__WXGTK__)
 #include "wx/gtk/setup.h"
 #endif
+#endif
 
 /*
  * Compatibility defines: note that, in general, there is a a reason for not