mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
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.
This commit is contained in:
parent
a35d9f1a67
commit
fb4e8779d0
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user