X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6538cfea9de64e93614359ac66deb34671fbaf4..74e0e33a85ab0514dd1c0a750d694da1f3a28f08:/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_