Convert %s to %ls and %c to %lc in printf and scanf etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-08-17 12:09:48 +00:00
parent 06bb3c60d1
commit 6d60815d74
3 changed files with 40 additions and 38 deletions

View File

@@ -389,7 +389,7 @@ protected:
wxString m_vendorName, // vendor name (ACME Inc)
m_appName, // app name
m_className; // class name
#if wxUSE_GUI
// the main top level window - may be NULL
wxWindow *m_topWindow;