X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abde3283374fe28658fc1eeff74baa52818105a1..50b2d5444664827e97c637b3921500ea22b4fd45:/include/wx/crt.h diff --git a/include/wx/crt.h b/include/wx/crt.h index f6996509b5..ee7f6cb945 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -11,6 +11,11 @@ #ifndef _WX_CRT_H_ #define _WX_CRT_H_ -#include "wx/wxchar.h" +// include wxChar type definition: +#include "wx/chartype.h" + +// and wrappers for CRT functions: +#include "wx/wxcrt.h" +#include "wx/wxcrtvararg.h" #endif // _WX_CRT_H_