"Robert Shearman" R.J.Shearman@warwick.ac.uk wrote:
I'd like to get people's opinions on how I should link to the _wtol function from a Wine DLL. Should I:
a) Link to NTDLL and use the function there b) Link to MSVCRT and use the function there c) Create a new function in unicode.h d) Copy the function into my DLL
e) use strtolW provided by libwine_unicode and declared in unicode.h