X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f644b28c1154d638270d0d1abbc41f760be6abbd..aba3d35e7bf1309c58d9e3942437c00fbb167355:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index 8323595bde..6d6bfde0bd 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -749,7 +749,7 @@ const wxChar *wxSysErrorMsg(unsigned long nErrCode) // copy it to our buffer and free memory // Crashes on SmartPhone -#if !defined(__SMARTPHONE__) +#if !defined(__SMARTPHONE__) /* of WinCE */ if( lpMsgBuf != 0 ) { wxStrncpy(s_szBuf, (const wxChar *)lpMsgBuf, WXSIZEOF(s_szBuf) - 1); s_szBuf[WXSIZEOF(s_szBuf) - 1] = wxT('\0');