X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abde3283374fe28658fc1eeff74baa52818105a1..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/crt.h?ds=sidebyside diff --git a/include/wx/crt.h b/include/wx/crt.h index f6996509b5..9b939fd0f9 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -3,7 +3,6 @@ // Purpose: Header to include all headers with wrappers for CRT functions // Author: Robert Roebling // Created: 2007-05-30 -// RCS-ID: $Id$ // Copyright: (c) 2007 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -11,6 +10,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_