Ntddk.h wcstol question

Steven Edwards Steven_Ed4153 at yahoo.com
Tue Apr 30 21:32:00 CDT 2002


On some of the dlls this is a problem. 

Wine - include/ntddk.h
INT __cdecl wcstol(LPCWSTR,LPWSTR*,INT);

Mingw - stdlib.h
long	wcstol	(const wchar_t*, wchar_t**, int);

ReactOS - msvcrt/stdlib.h
long	wcstol	(const wchar_t* wsNumber, wchar_t** pwsAfterNumber, int
nBase);

Anyone have a idea about what to do here? 

Thanks
Steven

"Every revolution was once a thought in one man's mind"
- Ralph Waldo Emerson 




More information about the wine-devel mailing list