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@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