X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6538cfea9de64e93614359ac66deb34671fbaf4..6dbf7a375093d1e94aadb61f8d6759e820a9256d:/include/wx/crt.h diff --git a/include/wx/crt.h b/include/wx/crt.h index ce0855d47d..4ee5a8accd 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -1,4 +1,23 @@ +////////////////////////////////////////////////////////////////////////////// +// 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 "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_