Re: VERSION_GetLinkedDllVersion bug fix

2004-12-15 Thread William Lahti
Upon further review, the patch works. Stupid me. William

Re: VERSION_GetLinkedDllVersion bug fix

2004-12-13 Thread William Lahti
I just tried Ivan's patch on my program, and get the same insufficient version error that I was getting with the original, unpatched, version. My original patch did not have this problem. William

Re: VERSION_GetLinkedDllVersion bug fix

2004-12-13 Thread William Lahti
with the version I submitted, and it didn't work. My config file was set to emulate XP, so I echoed what MajorSubsystemVersion was. It was 4. Pehaps there is yet another bug someplace else. William Lahti

Re: EnumDateFormats patch

2004-05-29 Thread William Lahti
Alexandre Julliard wrote: > Wililam <[EMAIL PROTECTED]> writes: > >> Here is the ChangeLog entry: >> >> * dlls/kernel/lcformat.c >> William Lahti <[EMAIL PROTECTED]> >> >> - Implemented the EnumDateFormatsW function and vastly improved up

Calendars

2004-05-23 Thread William Lahti
I am trying to implement EnumCalendarInfo and would like to know if any locales have multiple calendars, where the settings for the extra calendars would be in the nls file, and if any calendars have their own seperate file.

Question about a FIXME

2004-05-07 Thread William Lahti
I read previously that Daylight Savings Time transition dates were a FIXME. If I knew where to implement them, I will look into implementing them myself.