X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abde3283374fe28658fc1eeff74baa52818105a1..77c8efc8c37da6d6a5e2e8022d21d1cd7d76371d:/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_