X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9626e0bfc6ae68c9068cdca7a9a43c8e820c5eb9..a8731351d8adaddd2969f3c3570664b8589b6c88:/src/generic/prop.cpp diff --git a/src/generic/prop.cpp b/src/generic/prop.cpp index 058a0d5026..11214bbb97 100644 --- a/src/generic/prop.cpp +++ b/src/generic/prop.cpp @@ -30,7 +30,7 @@ #include #if wxUSE_IOSTREAMH -#if defined(__WXMSW__) && !defined(__GNUWIN32__) +#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__) #include #else #include @@ -535,7 +535,7 @@ void wxPropertyValue::WritePropertyType(ostream& stream) // Write as any othe { // stream << "\""; int i; - const wxWX2MBbuf strbuf = wxConv_libc.cWX2MB(m_value.string); + const wxWX2MBbuf strbuf = wxConvCurrent->cWX2MB(m_value.string); int len = strlen(strbuf); for (i = 0; i < len; i++) {