X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/546db2a8f8e9975eba9e54d7f4b7f3546a4a515d..bcd2b961ff2545f4daf8ca7150b660a23cb0c8f7:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index af0a164dd6..2c9e5ccb33 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -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__