]>
Commit | Line | Data |
---|---|---|
abde3283 VS |
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 | // RCS-ID: $Id$ | |
7 | // Copyright: (c) 2007 wxWidgets dev team | |
8 | // Licence: wxWindows licence | |
9 | /////////////////////////////////////////////////////////////////////////////// | |
c6538cfe | 10 | |
abde3283 VS |
11 | #ifndef _WX_CRT_H_ |
12 | #define _WX_CRT_H_ | |
c6538cfe | 13 | |
3a3dde0d VS |
14 | // include wxChar type definition: |
15 | #include "wx/chartype.h" | |
16 | ||
17 | // and wrappers for CRT functions: | |
18 | #include "wx/wxcrt.h" | |
19 | #include "wx/wxcrtvararg.h" | |
c6538cfe | 20 | |
abde3283 | 21 | #endif // _WX_CRT_H_ |