]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
fixed check for Metrowerks mbstowcs(): check for __MSL__
[wxWidgets.git] / include / wx / wxchar.h
index 5320075a0f9d1baec1a7c930575eecbad1e39459..93d8a76918bcabd91f2d2e6ffaca6f9a8e24d3c3 100644 (file)
 
         So use our own replacements in both cases.
      */
-    #if defined(__MWERKS__)
+    #if defined(__MWERKS__) && defined(__MSL__)
         #define wxNEED_WX_MBSTOWCS
     #endif