2007-05-30 14:03:45 +00:00
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// 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
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2007-05-30 11:58:30 +00:00
|
|
|
|
2007-05-30 14:03:45 +00:00
|
|
|
#ifndef _WX_CRT_H_
|
|
|
|
#define _WX_CRT_H_
|
2007-05-30 11:58:30 +00:00
|
|
|
|
2007-10-26 06:19:08 +00:00
|
|
|
#include "wx/defs.h"
|
|
|
|
|
2007-06-11 06:08:13 +00:00
|
|
|
// include wxChar type definition:
|
|
|
|
#include "wx/chartype.h"
|
|
|
|
|
|
|
|
// and wrappers for CRT functions:
|
|
|
|
#include "wx/wxcrt.h"
|
|
|
|
#include "wx/wxcrtvararg.h"
|
2007-05-30 11:58:30 +00:00
|
|
|
|
2007-05-30 14:03:45 +00:00
|
|
|
#endif // _WX_CRT_H_
|