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 * RCS-ID:      $Id: setup_redirect.h 33948 2005-05-04 18:57:50Z JS $
10 * Licence:     wxWindows Licence
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
19