/** @file dk4wxcs.h Configure size of wide characters. */ #ifndef DK4WXCSZ_H_INCLUDED /** Protection against multiple inclusions. */ #define DK4WXCSZ_H_INCLUDED 1 /** Size of wxChar. */ #define DK4_SIZEOF_WXCHAR 4 #endif