summaryrefslogtreecommitdiff
path: root/support/dktools/dk3wxcs.h
blob: 62b7e09b2376a083b7556c3471b35931e86fdcb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright (C) 2020, Dirk Krause. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef DK3WXCS_H_INCLUDED
/**	Multiple inclusion protection.*/
#define DK3WXCS_H_INCLUDED 1

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

/**	Size of wxStringCharType.
*/
#define DK3_SIZEOF_WXSTRINGCHARTYPE 4



#endif