diff options
author | Earnie Boyd <earnie@users.sf.net> | 2005-07-28 11:09:36 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2005-07-28 11:09:36 +0000 |
commit | 625302ea8920b3fb2b9a4de733dcd3728d32405a (patch) | |
tree | 1d4c24fc26fcfe81dde3cd5e3247a7a7b3c1d832 /winsup/w32api/include/winnt.h | |
parent | ece7e5643eb26aa6a06d1fb9b0d17c58621a68ea (diff) | |
download | cygnal-625302ea8920b3fb2b9a4de733dcd3728d32405a.tar.gz cygnal-625302ea8920b3fb2b9a4de733dcd3728d32405a.tar.bz2 cygnal-625302ea8920b3fb2b9a4de733dcd3728d32405a.zip |
2005-07-28 Earnie Boyd <earnie@users.sf.net>
* include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
Correct their values.
Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r-- | winsup/w32api/include/winnt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 19ab746db..eec5993bd 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -616,8 +616,8 @@ typedef DWORD FLONG; #define SUBLANG_NEPALI_INDIA 0x02 #define SUBLANG_NORWEGIAN_BOKMAL 0x01 #define SUBLANG_NORWEGIAN_NYNORSK 0x02 -#define SUBLANG_PORTUGUESE 0x01 -#define SUBLANG_PORTUGUESE_BRAZILIAN 0x02 +#define SUBLANG_PORTUGUESE_BRAZILIAN 0x01 +#define SUBLANG_PORTUGUESE 0x02 #define SUBLANG_SERBIAN_LATIN 0x02 #define SUBLANG_SERBIAN_CYRILLIC 0x03 #define SUBLANG_SPANISH 0x01 |