]>
Commit | Line | Data |
---|---|---|
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 | |
99d80019 | 9 | * Licence: wxWindows Licence |
170a35e3 JS |
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 |