X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/605ff820f51795f0f43c473a85b3c7f5f985ed30..8d94819c437fdf28c45e9f328e6c38fd1c639ddf:/tests/benchmarks/htmlparser/htmlpars.h diff --git a/tests/benchmarks/htmlparser/htmlpars.h b/tests/benchmarks/htmlparser/htmlpars.h index 5618267231..db6637814a 100644 --- a/tests/benchmarks/htmlparser/htmlpars.h +++ b/tests/benchmarks/htmlparser/htmlpars.h @@ -250,7 +250,7 @@ public: virtual ~wx28HtmlEntitiesParser(); // Sets encoding of output string. - // Has no effect if wxUSE_WCHAR_T==0 or wxUSE_UNICODE==1 + // Has no effect if wxUSE_UNICODE==1 void SetEncoding(wxFontEncoding encoding); // Parses entities in input and replaces them with respective characters @@ -268,7 +268,7 @@ public: #endif protected: -#if wxUSE_WCHAR_T && !wxUSE_UNICODE +#if !wxUSE_UNICODE wxMBConv *m_conv; wxFontEncoding m_encoding; #endif