From: Jouk Jansen Date: Fri, 12 Nov 1999 11:28:38 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4900c039547a9bed9db0cc88ab9cc678bd2dbc1a Committing in . 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 --- diff --git a/include/wx/setup.h b/include/wx/setup.h index f0afb89655..8f4372749a 100644 --- a/include/wx/setup.h +++ b/include/wx/setup.h @@ -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