summaryrefslogtreecommitdiff
path: root/support/dktools/dk3wxcs.h
blob: d00580c3d0a3b960220be428a565934803f9825d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**	@file	dk4wxcs.h	Configure size of wide characters.
*/

#ifndef DK3WXCSZ_H_INCLUDED
/** Protection against multiple inclusions. */
#define DK3WXCSZ_H_INCLUDED 1

/** Size of wxChar.
*/
#define DK3_SIZEOF_WXCHAR 4

#endif