]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-09-13 mega-squall <mega-squall@users.sf.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 13 Sep 2008 12:03:26 +0000 (12:03 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 13 Sep 2008 12:03:26 +0000 (12:03 +0000)
        * 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
winsup/w32api/include/winnt.h

index 4c0707eb9af2f420ae6816aa6fe95d167d58dc7e..6d31259d223a4aa72ce6d678f9fd7a5ddd8d9653 100644 (file)
@@ -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.
index 495d2ff62ae91d2838c7ee1e7ae507f1750468c5..1744650c8576f40db48d3af468ad590d93cb9635 100644 (file)
@@ -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
This page took 0.038634 seconds and 5 git commands to generate.