X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6718dd17be552c69c7e4dbca183f6078998c042..a6b0e5bdddd91f2f07ec3527c2ebbe2930faf715:/include/wx/wxchar.h?ds=inline diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 4f4dc9b485..c76b7d7a21 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -323,7 +323,7 @@ #define wxStrtol _tcstol #define wxStrtoul _tcstoul #ifdef __VISUALC__ - #if __VISUALC__ >= 1300 + #if __VISUALC__ >= 1300 && !defined(__WXWINCE__) #define wxStrtoll _tcstoi64 #define wxStrtoull _tcstoui64 #endif /* VC++ 7+ */ @@ -913,7 +913,7 @@ WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */ The only compiler with positional parameters support under Windows is VC++ 8.0 which provides a new xxprintf_p() functions family */ - #if defined(__VISUALC__) && __VISUALC__ >= 1400 + #if defined(__VISUALC__) && __VISUALC__ >= 1400 && !defined(__WXWINCE__) #if wxUSE_UNICODE #define wxVsnprintf_ _vswprintf_p #else