]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
more wxToolTip changes
[wxWidgets.git] / include / wx / msw / private.h
index bef4c75a136c6d581d3d20baf4958cc6247abf14..14ebb23d1345502d9e83aa410ad683af4bc495a9 100644 (file)
@@ -182,11 +182,15 @@ inline bool wxStyleHasBorder(long style)
 #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