]> git.saurik.com Git - wxWidgets.git/blame - include/wx/setup_redirect.h
fixed wxString iterators linked list corruption
[wxWidgets.git] / include / wx / setup_redirect.h
CommitLineData
170a35e3
JS
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.
99d80019
JS
7 *
8 * Copyright: (c) Vadim Zeitlin
9 * RCS-ID: $Id$
10 * Licence: wxWindows Licence
170a35e3
JS
11 */
12
13#ifdef __WXMSW__
14#include "wx/msw/setup.h"
15#else
16#error Please adjust your include path to pick up the wx/setup.h file under lib first.
17#endif
18