]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
all delete functions now send delete notification event
[wxWidgets.git] / include / wx / msw / private.h
index 8963d452e3351a8e162e93b499c748d72af26b5d..de33833beacf2514a39837fb2e9de5f9fd95a337 100644 (file)
@@ -162,5 +162,14 @@ inline bool wxStyleHasBorder(long style)
   #define WS_EX_CLIENTEDGE 0
 #endif
 
+#if defined(__WIN95__) && defined(__WXDEBUG__) && wxUSE_DBWIN32
+#ifdef OutputDebugString
+#undef OutputDebugString
+#endif
+
+#define OutputDebugString OutputDebugStringW95
+extern void OutputDebugStringW95(const char*, ...);
+#endif
+
 #endif
     // _WX_PRIVATE_H_