I'd like to get people's opinions on how I should link to the _wtol function
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.
Rob