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:
parent
e1c70641a3
commit
4900c03954
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user