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