SetCalendarInfoA and SetCalendarInfoW implementations
Wililam
computerman413 at ezrs.com
Wed Apr 28 15:38:49 CDT 2004
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SetCalendarInfo.diff
Type: text/x-diff
Size: 17940 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040428/78166a0a/SetCalendarInfo.bin
More information about the wine-patches
mailing list