summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog/wxincludes.h
blob: be5b4e668de4b388b5d86523dc2c824c34531ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#ifdef WIN32

#define __WIN32 
#define _WINDOWS
#define __WINDOWS__
#define __WXMSW__
#define __WIN32__
#define WINVER 0x0400
#define STRICT


#include "wx/defs.h"
#include "wx/app.h"
#include "wx/button.h"
#include "wx/checkbox.h"
#include "wx/combobox.h"
#include "wx/config.h"
#include "wx/control.h"
#include "wx/dirdlg.h"
#include "wx/filedlg.h"
#include "wx/menu.h"
#include "wx/msgdlg.h"
#include "wx/scrolwin.h"
#include "wx/sizer.h"
#include "wx/statbox.h"
#include "wx/stattext.h"
#include "wx/textctrl.h"

#pragma hdrstop("wxincludes.pch")

#else


#include "wx/app.h"
#include "wx/button.h"
#include "wx/checkbox.h"
#include "wx/combobox.h"
#include "wx/config.h"
#include "wx/control.h"
#include "wx/dirdlg.h"
#include "wx/filedlg.h"
#include "wx/menu.h"
#include "wx/msgdlg.h"
#include "wx/scrolwin.h"
#include "wx/sizer.h"
#include "wx/statbox.h"
#include "wx/stattext.h"
#include "wx/textctrl.h"

#endif

#undef FileExists