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>
This commit is contained in:
parent
ece7e5643e
commit
625302ea89
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
||||||
|
|
||||||
2005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
|
* include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
|
||||||
|
|
|
@ -616,8 +616,8 @@ typedef DWORD FLONG;
|
||||||
#define SUBLANG_NEPALI_INDIA 0x02
|
#define SUBLANG_NEPALI_INDIA 0x02
|
||||||
#define SUBLANG_NORWEGIAN_BOKMAL 0x01
|
#define SUBLANG_NORWEGIAN_BOKMAL 0x01
|
||||||
#define SUBLANG_NORWEGIAN_NYNORSK 0x02
|
#define SUBLANG_NORWEGIAN_NYNORSK 0x02
|
||||||
#define SUBLANG_PORTUGUESE 0x01
|
#define SUBLANG_PORTUGUESE_BRAZILIAN 0x01
|
||||||
#define SUBLANG_PORTUGUESE_BRAZILIAN 0x02
|
#define SUBLANG_PORTUGUESE 0x02
|
||||||
#define SUBLANG_SERBIAN_LATIN 0x02
|
#define SUBLANG_SERBIAN_LATIN 0x02
|
||||||
#define SUBLANG_SERBIAN_CYRILLIC 0x03
|
#define SUBLANG_SERBIAN_CYRILLIC 0x03
|
||||||
#define SUBLANG_SPANISH 0x01
|
#define SUBLANG_SPANISH 0x01
|
||||||
|
|
Loading…
Reference in New Issue