]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/wrapwin.h
fixed wxBase and GUI separation for sockets code
[wxWidgets.git] / include / wx / msw / wrapwin.h
CommitLineData
9ed0d735
VS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wrapwin.h
3// Purpose: Wrapper around <windows.h>, to be included instead of it
2f552802 4// Author: Vaclav Slavik
9ed0d735
VS
5// Created: 2003/07/22
6// RCS-ID: $Id$
2f552802 7// Copyright: (c) 2003 Vaclav Slavik
9ed0d735
VS
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_WRAPWIN_H_
12#define _WX_WRAPWIN_H_
13
14#include "wx/platform.h"
15
16#ifndef STRICT
17 #define STRICT 1
18#endif
19
9ed0d735
VS
20#include <windows.h>
21#include "wx/msw/winundef.h"
22
2f552802
VZ
23#endif // _WX_WRAPWIN_H_
24