]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debug.h
Motif updates
[wxWidgets.git] / include / wx / debug.h
index 816caa0324f31c8335aef14c2fccf02072a7d57e..99758d1f7a444a2c96d6b57fa6bc09f33844c9f6 100644 (file)
@@ -65,9 +65,9 @@
 #endif  //WXDEBUG
 
   /// special form of assert: always triggers it (in debug mode)
-#define   wxFAIL                 wxASSERT(0)
+#define   wxFAIL                 wxASSERT(wxFalse)
   /// FAIL with some message
-#define   wxFAIL_MSG(msg)        wxASSERT_MSG(0, msg)
+#define   wxFAIL_MSG(msg)        wxASSERT_MSG(wxFalse, msg)
 //@}
 
 // NB: these macros work also in release mode!