#ifndef DK4WXTYPES_H_INCLUDED /** Protection against multiple inclusions. */ #define DK4WXTYPES_H_INCLUDED 1 /** @file dk4wxtypes.h Types definitions for use with wxWidgets. */ #ifndef WX_WXPREC_H_INCLUDED #include #define WX_WXPREC_H_INCLUDED 1 #endif #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #if DK4_HAVE_WX_CHARTYPE_H #ifndef WX_CHARTYPE_H_INCLUDED #include #define WX_CHARTYPE_H_INCLUDED 1 #endif #else #if DK4_HAVE_WX_WXCHAR_H #ifndef WX_WXCHAR_H_INCLUDED #include #define WX_WXCHAR_H_INCLUDED 1 #endif #else #ifndef WX_WX_H_INCLUDED #include #define WX_WX_H_INCLUDED #endif #endif #endif #endif /** Pointer to wxChar. */ typedef wxChar *DK4_PWXCHAR; /** Pointer to constant wxChar string. */ typedef const wxChar *DK4_PCWXCHAR; #endif /* ifndef DK4WXTYPES_H_INCLUDED */