]> git.saurik.com Git - wxWidgets.git/blame - include/wx/crt.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / include / wx / crt.h
CommitLineData
abde3283
VS
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
abde3283
VS
6// Copyright: (c) 2007 wxWidgets dev team
7// Licence: wxWindows licence
8///////////////////////////////////////////////////////////////////////////////
c6538cfe 9
abde3283
VS
10#ifndef _WX_CRT_H_
11#define _WX_CRT_H_
c6538cfe 12
65a43232
PC
13#include "wx/defs.h"
14
3a3dde0d
VS
15// include wxChar type definition:
16#include "wx/chartype.h"
17
18// and wrappers for CRT functions:
19#include "wx/wxcrt.h"
20#include "wx/wxcrtvararg.h"
c6538cfe 21
abde3283 22#endif // _WX_CRT_H_