]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
fixed for compilation without wxUSE_WCHAR_T and minor cleanups associated with this
[wxWidgets.git] / src / msw / textctrl.cpp
index 200b599bf4f33cbbc35a7904a52dbe76b54578dd..852d725fb51528d810a092c9d479917060991ae3 100644 (file)
@@ -525,7 +525,7 @@ DWORD CALLBACK wxRichEditStreamIn(DWORD dwCookie, BYTE *buf, LONG cb, LONG *pcb)
     return 0;
 }
 
-extern long wxEncodingToCodepage(wxFontEncoding encoding); // from strconv.cpp
+extern long wxEncodingToCodepage(wxFontEncoding encoding); // from utils.cpp
 
 #if wxUSE_UNICODE_MSLU
 bool wxTextCtrl::StreamIn(const wxString& value,