From 928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Date: Mon, 6 Oct 2003 09:02:04 +0000 Subject: * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA): Add constants. * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add constants for National Language Support. * include/winnls.h (NLSVERSIONINFO): Add structure for National Language Support. * include/winnls.h (GEO_ENUMPROC): Add callback for National Language Support. * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW], GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID): Add functions. * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add functions. Strange... I am unable to find which library contains these functions. Can't find anything with pexports. Any clue? * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID, SetUserGeoID): Add functions. --- winsup/w32api/lib/kernel32.def | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'winsup/w32api/lib/kernel32.def') diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def index d014c9046..409532f79 100644 --- a/winsup/w32api/lib/kernel32.def +++ b/winsup/w32api/lib/kernel32.def @@ -121,6 +121,7 @@ EnumResourceTypesA@12 EnumResourceTypesW@12 EnumSystemCodePagesA@8 EnumSystemCodePagesW@8 +EnumSystemGeoID@12 EnumSystemLanguageGroupsA@12 EnumSystemLanguageGroupsW@12 EnumSystemLocalesA@8 @@ -285,6 +286,8 @@ GetFileTime@16 GetFileType@4 GetFullPathNameA@16 GetFullPathNameW@16 +GetGeoInfoA@20 +GetGeoInfoW@20 GetHandleInformation@8 GetLargestConsoleWindowSize@4 GetLastError@0 @@ -380,6 +383,7 @@ GetTimeZoneInformation@4 GetUserDefaultLCID@0 GetUserDefaultLangID@0 GetUserDefaultUILanguage@0 +GetUserGeoID@12 GetVDMCurrentDirectories@8 GetVersion@0 GetVersionExA@4 @@ -661,6 +665,7 @@ SetThreadPriorityBoost@8 SetTimeZoneInformation@4 SetTimerQueueTimer@24 SetUnhandledExceptionFilter@4 +SetUserGeoID@4 SetVDMCurrentDirectories@8 SetVolumeLabelA@8 SetVolumeLabelW@8 -- cgit v1.2.3