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

#ifndef DK4WXCS_H_INCLUDED

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


#include "dk4conf.h"

#if DK4_HAVE_WXWIDGETS


#if _WIN32
#define	DK4_SIZEOF_WXCHAR	2
#else
#define	DK4_SIZEOF_WXCHAR	4
#endif

#else
/* if DK4_HAVE_WXWIDGETS */

#define	DK4_SIZEOF_WXCHAR	0

#endif
/* if DK4_HAVE_WXWIDGETS */

#endif
/* DK4WXCS_H_INCLUDED */