]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debug.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / debug.h
index b6a61e293eabcbf36d968078993d87e723df9fe1..ab68145fcfeb4dd9c4d020bdc9c916b8c6efa051 100644 (file)
@@ -257,7 +257,7 @@ extern WXDLLIMPEXP_BASE void wxOnAssert(const char *file,
     // If possible, we prefer to define it as a macro rather than as a function
     // to open the debugger at the position where we trapped and not inside the
     // trap function itself which is not very useful.
-    #ifdef __VISUALC__
+    #if wxCHECK_VISUALC_VERSION(7)
         #define wxTrap() __debugbreak()
     #else
         extern WXDLLIMPEXP_BASE void wxTrap();