git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4511
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef __VMS
#include "[--]setup.h"
#ifdef __VMS
#include "[--]setup.h"
-#elif
-#if defined(__WXMSW__)
+#elif defined(__WXMSW__)
#include "wx/msw/setup.h"
#elif defined(__WXMAC__)
#include "wx/mac/setup.h"
#include "wx/msw/setup.h"
#elif defined(__WXMAC__)
#include "wx/mac/setup.h"
#elif defined(__WXGTK__)
#include "wx/gtk/setup.h"
#endif
#elif defined(__WXGTK__)
#include "wx/gtk/setup.h"
#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
#define wxUSE_COMPATIBLE_COORD_TYPES 1
#endif /* WXWIN_COMPATIBILITY_2_MAX */
#define wxUSE_COMPATIBLE_COORD_TYPES 1
#endif /* WXWIN_COMPATIBILITY_2_MAX */
+#endif // _WX_SETUP_H_BASE_