aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/winnt.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 51812bd..7cd8aec 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-28 Chris Sutcliffe <ir0nh34d@users.sf.net>
+
+ * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
+
+ Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
+
2008-05-15 Corinna Vinschen <corinna@vinschen.de>
* include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index fc11254..0fb7741 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -860,7 +860,7 @@ typedef DWORD FLONG;
#define SUBLANG_TELUGU_INDIA 0x01
#define SUBLANG_THAI_THAILAND 0x01
#define SUBLANG_TIBETAN_PRC 0x01
-#define SUBLANG_TIBETAN_BHUTAN 0x01
+#define SUBLANG_TIBETAN_BHUTAN 0x02
#define SUBLANG_TIGRIGNA_ERITREA 0x01
#define SUBLANG_TSWANA_SOUTH_AFRICA 0x01
#define SUBLANG_TURKISH_TURKEY 0x01