"Robert Shearman" R.J.Shearman@warwick.ac.uk wrote:
e) use strtolW provided by libwine_unicode and declared in unicode.h
In that case should I reimplement _wtol in NTDLL function using strtolW? The rest of the functions in wcstring.c call their libunicode versions, but this one doesn't.
No. Current _wtol implementation is fine.