2007-05-30 10:03:45 -04: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 07:58:30 -04:00
|
|
|
|
2007-05-30 10:03:45 -04:00
|
|
|
#ifndef _WX_CRT_H_
|
|
|
|
#define _WX_CRT_H_
|
2007-05-30 07:58:30 -04:00
|
|
|
|
2007-06-11 02:08:13 -04: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 07:58:30 -04:00
|
|
|
|
2007-05-30 10:03:45 -04:00
|
|
|
#endif // _WX_CRT_H_
|