diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-10-06 09:02:04 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-10-06 09:02:04 +0000 |
commit | 928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f (patch) | |
tree | f6ba76f2a37dd1b8e451bec022cc7faa3de91ebc /winsup/w32api/lib | |
parent | 971a485f99842cc7a88bedc28ea4835f87022a5d (diff) | |
download | cygnal-928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f.tar.gz cygnal-928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f.tar.bz2 cygnal-928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f.zip |
* 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.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/kernel32.def | 5 |
1 files changed, 5 insertions, 0 deletions
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 |