From c74b959af2a54025b4e43e6564b5b725368a8e60 Mon Sep 17 00:00:00 2001 From: earnie Date: Thu, 28 Jul 2005 11:09:35 +0000 Subject: [PATCH] 2005-07-28 Earnie Boyd * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN): Correct their values. Thanks to: Daniel K. O. --- winsup/w32api/ChangeLog | 6 ++++++ winsup/w32api/include/winnt.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index aa67785702..7ac35a69d3 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,9 @@ +2005-07-28 Earnie Boyd + + * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN): + Correct their values. + Thanks to: Daniel K. O. + 2005-07-25 Chris Sutcliffe * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define. diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 19ab746db4..eec5993bd0 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 -- 2.11.0