|
From: Rex J. <re...@lv...> - 2002-05-14 02:42:08
|
At 07:30 PM 5/13/02 +0200, you wrote:
>man, 2002-05-13 kl. 17:49 skrev Steven Edwards:
> > I am having a little problem with my wine porting work and was wondering
> > [...]
> >
> > Wine/include/ntddk.h defines
> > INT __cdecl wcstol(LPCWSTR,LPWSTR*,INT);
^^^
> > While mingws include/stdlib.h defines
> > long wcstol (const wchar_t*, wchar_t**, int);
^^^^
perhaps the ntddk version is incorrect, as this function should return
a long int (LONG), not an int.
Rex Jolliff
re...@lv...
|