summaryrefslogtreecommitdiff
path: root/support/dktools/dk4wxcs.h
blob: 5ab0e2e5a0be2eafb05ac4e67fb7c7ca16fd916a (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 DK4WXCS_H_INCLUDED
/**	Multiple inclusion protection.*/
#define DK4WXCS_H_INCLUDED 1

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

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



#endif