]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
Added CTRL-TAB navigation to notebook
[wxWidgets.git] / include / wx / msw / private.h
index bef4c75a136c6d581d3d20baf4958cc6247abf14..dcf23526ab4b51c6fcccf1f99e9ed811dc1413eb 100644 (file)
@@ -111,7 +111,7 @@ VOID    WINAPI ibAdjustWindowRect( HWND hWnd, LPRECT lprc ) ;
  *
  */
 
-#if CTL3D
+#if wxUSE_CTL3D
 #include <wx/msw/ctl3d/ctl3d.h>
 #endif
 
@@ -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