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 upon the >> EnumDateFormatsA function. > > This stuff clearly needs to be stored as data in the nls resource > files, not in the code. >
The original EnumDateFormatsA function had the information in the code. There was simply much less. If I knew how to store *ALL* posible combination in the NLS files rather than the default, I would gladly implement them.