kernel32: Partially implement GetGeoInfo()

Nikolay Sivov nsivov at codeweavers.com
Mon Jul 7 11:25:24 CDT 2014


On 07/07/2014 06:58 AM, Dmitry Timoshkov wrote:
> Nikolay Sivov <nsivov at codeweavers.com> wrote:
>
>> [0001-kernel32-Partially-implement-GetGeoInfo.patch  text/x-patch (32.2KB)]
> Some of this info already exists in the locale data under dlls/kernel32/nls
> and returned by GetLocaleInfo(), probably it would be a good idea to add
> missing geo data there as well (auto-generate from the public source) and
> use it from inside of GetGeoInfo().
This patch implements geotypes that don't belong to nls, meaning they 
don't depend on locale.
Other types like friendly name and country name as localized, and I'll 
plan to add them to nls files.



More information about the wine-devel mailing list