]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an
[wxWidgets.git] / include / wx / wxchar.h
index 384f083b09b709928ded124e8513b063c64eaf53..8245dc380c7d3a239fbfa9a2189516e66aa6a0c5 100644 (file)
@@ -677,6 +677,10 @@ WXDLLEXPORT bool wxOKlibc(); // for internal use
  */
 #ifndef wxVsnprintf_
     #if wxUSE_UNICODE
+        #if defined(__MWERKS__)
+            #define HAVE_WCSRTOMBS 1
+            #define HAVE_VSWPRINTF 1
+        #endif
         #if defined(HAVE__VSNWPRINTF)
             #define wxVsnprintf_    _vsnwprintf
         /* MinGW?MSVCRT has the wrong vswprintf */