]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wxchar.cpp
merged 2 overloaded functions into a single membersections
[wxWidgets.git] / src / common / wxchar.cpp
index 7bcd579cc015c8ae4fd12d71f7062f3b9e8db523..7e6c8f21f4146dd90f5f299df2faa07a867022f5 100644 (file)
   #include <winnt.h>
 #endif
 
+#if defined(__MWERKS__) && __MSL__ >= 0x6000
+using namespace std ;
+#endif
+
 #if wxUSE_WCHAR_T
 size_t WXDLLEXPORT wxMB2WC(wchar_t *buf, const char *psz, size_t n)
 {
@@ -848,7 +852,6 @@ int wxFscanf( FILE *stream, const wxChar *format, ... )
 {
     va_list argptr;
     va_start(argptr, format);
-
     int ret = vfwscanf(stream, wxFormatConverter(format), argptr);
 
     va_end(argptr);