/* 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