]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/crt.h
add assertEquals(int,unsigned short) overload to resolve the ambiguity resulting...
[wxWidgets.git] / include / wx / crt.h
... / ...
CommitLineData
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// RCS-ID: $Id$
7// Copyright: (c) 2007 wxWidgets dev team
8// Licence: wxWindows licence
9///////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_CRT_H_
12#define _WX_CRT_H_
13
14#include "wx/defs.h"
15
16// include wxChar type definition:
17#include "wx/chartype.h"
18
19// and wrappers for CRT functions:
20#include "wx/wxcrt.h"
21#include "wx/wxcrtvararg.h"
22
23#endif // _WX_CRT_H_