Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-09-13 16:03:26 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-09-13 16:03:26 +0400
commitfb4e8779d04d4de6c143343c411a4fe00dad91d6 (patch)
tree48ee74aaca3ae6e64317e385bf84738b6e83f4e2 /winsup/w32api
parenta35d9f1a676f430e1dbbb555f327cd7a40df37f7 (diff)
2008-09-13 mega-squall <mega-squall@users.sf.net>
* include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA, SUBLANG_ROMANIAN_ROMANIA): Correct definition. (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN, SUBLANG_ROMANIAN_MOLDOVA): Define.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog7
-rw-r--r--winsup/w32api/include/winnt.h9
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 <mega-squall@users.sf.net>
+
+ * 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 <ir0nh34d@users.sf.net>
* 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