]>
Commit | Line | Data |
---|---|---|
1 | ////////////////////////////////////////////////////////////////////////////// | |
2 | // Name: wx/crt.h | |
3 | // Purpose: Header to include all headers with wrappers for CRT functions | |
4 | // Author: Robert Roebling | |
5 | // Created: 2007-05-30 | |
6 | // Copyright: (c) 2007 wxWidgets dev team | |
7 | // Licence: wxWindows licence | |
8 | /////////////////////////////////////////////////////////////////////////////// | |
9 | ||
10 | #ifndef _WX_CRT_H_ | |
11 | #define _WX_CRT_H_ | |
12 | ||
13 | #include "wx/defs.h" | |
14 | ||
15 | // include wxChar type definition: | |
16 | #include "wx/chartype.h" | |
17 | ||
18 | // and wrappers for CRT functions: | |
19 | #include "wx/wxcrt.h" | |
20 | #include "wx/wxcrtvararg.h" | |
21 | ||
22 | #endif // _WX_CRT_H_ |