kernel32: Partially implement GetGeoInfo()

Alexandre Julliard julliard at winehq.org
Mon Jul 7 16:05:30 CDT 2014


Nikolay Sivov <nsivov at codeweavers.com> writes:

> -INT WINAPI GetGeoInfoW(GEOID GeoId, GEOTYPE GeoType, LPWSTR lpGeoData, 
> -                int cchData, LANGID language)
> +struct geoinfo_t {
> +    char  iso2A[3];
> +    char  iso3A[4];
> +    WCHAR iso2W[3];
> +    WCHAR iso3W[4];
> +    INT   uncode;
> +};

Surely you don't need both A and W versions of every string.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list