Use RIAA wrapper for wxSpinCtrl event disabling in wxGTK.
[wxWidgets.git] / include / wx / setup_redirect.h
1 /*
2 * wx/setup.h
3 *
4 * This file should not normally be used, except where makefiles
5 * have not yet been adjusted to take into account of the new scheme
6 * whereby a setup.h is created under the lib directory.
7 *
8 * Copyright: (c) Vadim Zeitlin
9 * Licence: wxWindows Licence
10 */
11
12 #ifdef __WXMSW__
13 #include "wx/msw/setup.h"
14 #else
15 #error Please adjust your include path to pick up the wx/setup.h file under lib first.
16 #endif
17