crt.h 629 B

12345678910111213141516171819202122
  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. // Copyright: (c) 2007 wxWidgets dev team
  7. // Licence: wxWindows licence
  8. ///////////////////////////////////////////////////////////////////////////////
  9. #ifndef _WX_CRT_H_
  10. #define _WX_CRT_H_
  11. #include "wx/defs.h"
  12. // include wxChar type definition:
  13. #include "wx/chartype.h"
  14. // and wrappers for CRT functions:
  15. #include "wx/wxcrt.h"
  16. #include "wx/wxcrtvararg.h"
  17. #endif // _WX_CRT_H_