X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abde3283374fe28658fc1eeff74baa52818105a1..2036bdd30368d117918b565ae990a89841281f33:/include/wx/crt.h diff --git a/include/wx/crt.h b/include/wx/crt.h index f6996509b5..4ee5a8accd 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -11,6 +11,13 @@ #ifndef _WX_CRT_H_ #define _WX_CRT_H_ -#include "wx/wxchar.h" +#include "wx/defs.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_