]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree
[wxWidgets.git] / include / wx / log.h
index af0a164dd6bac64b0c8ca0ea4f262c9168f87fc0..2c9e5ccb3303c43cc4524aa8426efc54ddae4d3f 100644 (file)
@@ -449,7 +449,7 @@ DECLARE_LOG_FUNCTION2(SysError, long lErrCode);
     #define __TFILE__ __XFILE__(__FILE__)
 #endif
 
-#if __WXDEBUG__
+#ifdef __WXDEBUG__
     // make life easier for people using VC++ IDE: clicking on the message
     // will take us immediately to the place of the failed API
 #ifdef __VISUALC__