From fb4e8779d04d4de6c143343c411a4fe00dad91d6 Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Sat, 13 Sep 2008 12:03:26 +0000 Subject: [PATCH] 2008-09-13 mega-squall * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA, SUBLANG_ROMANIAN_ROMANIA): Correct definition. (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN, SUBLANG_ROMANIAN_MOLDOVA): Define. --- winsup/w32api/ChangeLog | 7 +++++++ winsup/w32api/include/winnt.h | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 4c0707eb9..6d31259d2 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,10 @@ +2008-09-13 mega-squall + + * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA, + SUBLANG_ROMANIAN_ROMANIA): Correct definition. + (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN, + SUBLANG_ROMANIAN_MOLDOVA): Define. + 2008-09-11 Chris Sutcliffe * include/shlwapi.h (ASSOCSTR): Update enum. diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 495d2ff62..1744650c8 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -686,7 +686,8 @@ typedef DWORD FLONG; #define SUBLANG_BASHKIR_RUSSIA 0x01 #define SUBLANG_BASQUE_BASQUE 0x01 #define SUBLANG_BELARUSIAN_BELARUS 0x01 -#define SUBLANG_BENGALI_INDIA 0x01 +#define SUBLANG_BENGALI_INDIA 0x00 +#define SUBLANG_BENGALI_BANGLADESH 0x01 #define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN 0x05 #define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x08 #define SUBLANG_BRETON_FRANCE 0x01 @@ -800,11 +801,13 @@ typedef DWORD FLONG; #define SUBLANG_PORTUGUESE_PORTUGAL 0x02 #endif #define SUBLANG_PORTUGUESE 0x02 -#define SUBLANG_PUNJABI_INDIA 0x01 +#define SUBLANG_PUNJABI_INDIA 0x00 +#define SUBLANG_PUNJABI_PAKISTAN 0x01 #define SUBLANG_QUECHUA_BOLIVIA 0x01 #define SUBLANG_QUECHUA_ECUADOR 0x02 #define SUBLANG_QUECHUA_PERU 0x03 -#define SUBLANG_ROMANIAN_ROMANIA 0x01 +#define SUBLANG_ROMANIAN_ROMANIA 0x00 +#define SUBLANG_ROMANIAN_MOLDOVA 0x01 #define SUBLANG_ROMANSH_SWITZERLAND 0x01 #define SUBLANG_RUSSIAN_RUSSIA 0x01 #define SUBLANG_SAMI_NORTHERN_NORWAY 0x01 -- 2.43.5