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