Francois Gouget : include: Add some more sublanguages and sort orders.

Alexandre Julliard julliard at winehq.org
Mon Nov 14 13:33:58 CST 2011


Module: wine
Branch: master
Commit: f7a70822a01a5434ad7059c20bb77e66c8d63217
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f7a70822a01a5434ad7059c20bb77e66c8d63217

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Nov 14 09:58:14 2011 +0100

include: Add some more sublanguages and sort orders.

---

 include/winnt.rh |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/include/winnt.rh b/include/winnt.rh
index 6f06aee..2745f4d 100644
--- a/include/winnt.rh
+++ b/include/winnt.rh
@@ -343,7 +343,13 @@
 #define SUBLANG_SERBIAN_CROATIA            0x01
 #define SUBLANG_SERBIAN_LATIN              0x02
 #define SUBLANG_SERBIAN_CYRILLIC           0x03
+#define SUBLANG_SERBIAN_SERBIA_LATIN       0x09
+#define SUBLANG_SERBIAN_SERBIA_CYRILLIC    0x0a
+#define SUBLANG_SERBIAN_MONTENEGRO_LATIN   0x0b
+#define SUBLANG_SERBIAN_MONTENEGRO_CYRILLIC 0x0c
+#define SUBLANG_SINDHI_INDIA               0x01
 #define SUBLANG_SINDHI_AFGHANISTAN         0x02
+#define SUBLANG_SINDHI_PAKISTAN            SUBLANG_SINDHI_AFGHANISTAN
 #define SUBLANG_SINHALESE_SRI_LANKA        0x01
 #define SUBLANG_SLOVAK_SLOVAKIA            0x01
 #define SUBLANG_SLOVENIAN_SLOVENIA         0x01
@@ -429,9 +435,20 @@
  */
 
 #define SORT_DEFAULT                     0x0
+#define SORT_INVARIANT_MATH              0x1
 #define SORT_JAPANESE_XJIS               0x0
 #define SORT_JAPANESE_UNICODE            0x1
+#define SORT_JAPANESE_RADICALSTROKE      0x4
 #define SORT_CHINESE_BIG5                0x0
+#define SORT_CHINESE_PRCP                0x0
 #define SORT_CHINESE_UNICODE             0x1
+#define SORT_CHINESE_PRC                 0x2
+#define SORT_CHINESE_BOPOMOFO            0x3
+#define SORT_CHINESE_RADICALSTROKE       0x4
 #define SORT_KOREAN_KSC                  0x0
 #define SORT_KOREAN_UNICODE              0x1
+#define SORT_GERMAN_PHONE_BOOK           0x1
+#define SORT_HUNGARIAN_DEFAULT           0x0
+#define SORT_HUNGARIAN_TECHNICAL         0x1
+#define SORT_GEORGIAN_TRADITIONAL        0x0
+#define SORT_GEORGIAN_MODERN             0x1




More information about the wine-cvs mailing list