X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6538cfea9de64e93614359ac66deb34671fbaf4..47fe7ff3821c632b490b16da6b5113f127905a23:/include/wx/crt.h diff --git a/include/wx/crt.h b/include/wx/crt.h index ce0855d47d..ee7f6cb945 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -1,4 +1,21 @@ +////////////////////////////////////////////////////////////////////////////// +// Name: wx/crt.h +// 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 +/////////////////////////////////////////////////////////////////////////////// +#ifndef _WX_CRT_H_ +#define _WX_CRT_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_