#ifndef DK4WXCS_H_INCLUDED /** Protection against multiple inclusions. */ #define DK4WXCS_H_INCLUDED 1 #include "dk4conf.h" #if DK4_HAVE_WXWIDGETS #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/wx.h" #endif #if wxUSE_UNICODE #define DK4_SIZEOF_WXCHAR 2 #else #define DK4_SIZEOF_WXCHAR 1 #endif #else /* if DK4_HAVE_WXWIDGETS */ #define DK4_SIZEOF_WXCHAR 0 #endif /* if DK4_HAVE_WXWIDGETS */ #endif /* DK4WXCS_H_INCLUDED */