#include "wx/zstream.h"
-#ifdef wxUSE_ZLIB
+#if wxUSE_ZLIB
#include "wx/utils.h"
#include "wx/intl.h"
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;
}