SetCalendarInfoA and SetCalendarInfoW implementations

Stefan Leichter Stefan.Leichter at camLine.com
Thu Apr 29 01:19:47 CDT 2004


Am Mittwoch, 28. April 2004 22:38 schrieb Wililam:
> 	I have implemented the SetCalendarInfoA and SetCalendarInfoW API
> functions in dlls/kernel/time.c. I am aware that you generally do not like
> it when more than 1 thing is changed, but SetCalendarInfoA is not much more
> than a
> call to SetCalendarInfoW. I am also curious as to why both functions were
> listed
> as stdcalls rather than stubs when they were both stubs in the source file.
>
> I have enclosed the patch for the file against the latest source package.
>
> Here is the ChangeLog entry (I didn't patch the ChangeLog file):
>
> * dlls/kernel/time.c
> William Lahti <computerman413 at ezrs.com>
>
> - Implemented the SetCalendarInfoA and SetCalendarInfoW APIs.
>
> Sincerely yours,
>
> William Lahti

Hello,

for my limited understanding you need to convert lpCalData from ascii to 
unixode in SetCalendarInfoA before calling SetCalendarInfoW

Bye Stefan



More information about the wine-devel mailing list