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
This commit is contained in:
Jouk Jansen
1999-11-12 11:28:38 +00:00
parent e1c70641a3
commit 4900c03954

View File

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