summaryrefslogtreecommitdiff
path: root/support/dktools/dk4wxcs.cross
blob: 1b3a46a143858295fb4320233a5b4bfb591c10f8 (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

#ifndef DK4WXCS_H_INCLUDED

/**	Protection against multiple inclusions.
*/
#define	DK4WXCS_H_INCLUDED 1


#include "dk4conf.h"

#if DK4_HAVE_WXWIDGETS

#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif 
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif

#if wxUSE_UNICODE
#define	DK4_SIZEOF_WXCHAR	2
#else
#define	DK4_SIZEOF_WXCHAR	1
#endif

#else
/* if DK4_HAVE_WXWIDGETS */

#define	DK4_SIZEOF_WXCHAR	0

#endif
/* if DK4_HAVE_WXWIDGETS */

#endif
/* DK4WXCS_H_INCLUDED */