*
*/
-#if CTL3D
+#if wxUSE_CTL3D
#include <wx/msw/ctl3d/ctl3d.h>
#endif
#define WS_EX_CLIENTEDGE 0
#endif
+#if defined(__WIN32__) && !defined(WS_EX_CLIENTEDGE)
+ #define WS_EX_CLIENTEDGE 0x00000200L
+#endif
+
#if defined(__WIN95__) && defined(__WXDEBUG__) && wxUSE_DBWIN32
+
+#ifndef __TWIN32__
#ifdef OutputDebugString
#undef OutputDebugString
#endif
#define OutputDebugString OutputDebugStringW95
+#endif
+
extern void OutputDebugStringW95(const char*, ...);
#endif