]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Replaces size_t with unsigned int in wxDataViewCtrl API.
[wxWidgets.git] / include / wx / wxchar.h
index 82e17f0d6fff43c904cd1fe9bbd3062b47bc593c..f0c11fc7b24e73f8bf60472803e88f4b13868756 100644 (file)
@@ -934,9 +934,9 @@ WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */
         // behave mostly identic to our wxVsnprintf() implementation
         #if defined(__VISUALC__) && __VISUALC__ >= 1400
             #if wxUSE_UNICODE
-                #define wxVsnprintf_    _vsprintf_p
-            #else
                 #define wxVsnprintf_    _vswprintf_p
+            #else
+                #define wxVsnprintf_    _vsprintf_p
             #endif
         #endif
     #endif