]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
cw6 makefiles (makemac6.mcp)
[wxWidgets.git] / src / common / log.cpp
index e7669a12e9c1fbaec5432b50d7aebd200dc6ccee..18428e6d0c72b492488370e2aba1d93070b0ab0b 100644 (file)
@@ -50,6 +50,8 @@
 #include  "wx/log.h"
 #include  "wx/thread.h"
 
+#if wxUSE_LOG
+
 // other standard headers
 #include  <errno.h>
 #include  <stdlib.h>
@@ -790,3 +792,4 @@ void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
 
 #endif  //WXDEBUG
 
+#endif //wxUSE_LOG