Hi,
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
Rob