]>
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. | |
7 | */ | |
8 | ||
9 | #ifdef __WXMSW__ | |
10 | #include "wx/msw/setup.h" | |
11 | #else | |
12 | #error Please adjust your include path to pick up the wx/setup.h file under lib first. | |
13 | #endif | |
14 |