]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
old makefiles removed
[wxWidgets.git] / src / common / zstream.cpp
index 773776fe4cd75acd5d86aefba4b1ab8600103de5..90d3338161b54add68663b2143a34a573d36e193 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/zstream.h"
 
-#ifdef wxUSE_ZLIB
+#if wxUSE_ZLIB
 
 #include "wx/utils.h"
 #include "wx/intl.h"
@@ -133,7 +133,7 @@ wxZlibOutputStream::~wxZlibOutputStream()
   err = deflate(m_deflate, Z_FINISH);
   if (err != Z_STREAM_END) 
   {
-    wxLogDebug( "wxZlibOutputStream: an error occured while closing the stream.\n" );
+    wxLogDebug( _T("wxZlibOutputStream: an error occured while closing the stream.\n") );
     return;
   }