diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-06-03 07:42:52 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-06-03 07:42:52 +0000 |
commit | 5f0b1578746b0b43ca678c79adefd0f7b5824dbd (patch) | |
tree | 5beb64d21a998085fbef2dc1bda263201b033eb4 /winsup/w32api/include/winnt.h | |
parent | daff15870e39ca7dd2936ab8e80a79b91f105931 (diff) | |
download | cygnal-5f0b1578746b0b43ca678c79adefd0f7b5824dbd.tar.gz cygnal-5f0b1578746b0b43ca678c79adefd0f7b5824dbd.tar.bz2 cygnal-5f0b1578746b0b43ca678c79adefd0f7b5824dbd.zip |
2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove. Duplicates of
wingdi.h defines.
2006-06-02 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
duplicate defines.
* include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental removal.
(SUBLANG_MARATHI_INDIA): Remove duplicate define.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r-- | winsup/w32api/include/winnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 704df0e1a..9a9ae5732 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -638,6 +638,7 @@ typedef DWORD FLONG; #define SUBLANG_ALBANIAN_ALBANIA 0x01 #define SUBLANG_ALSATIAN_FRANCE 0x01 #define SUBLANG_AMHARIC_ETHIOPIA 0x01 +#define SUBLANG_ARABIC_SAUDI_ARABIA 0x01 #define SUBLANG_ARABIC_IRAQ 0x02 #define SUBLANG_ARABIC_EGYPT 0x03 #define SUBLANG_ARABIC_LIBYA 0x04 @@ -757,7 +758,6 @@ typedef DWORD FLONG; #define SUBLANG_MAORI_NEW_ZEALAND 0x01 #define SUBLANG_MAPUDUNGUN_CHILE 0x01 #define SUBLANG_MARATHI_INDIA 0x01 -#define SUBLANG_MARATHI_INDIA 0x01 #define SUBLANG_MOHAWK_MOHAWK 0x01 #define SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA 0x01 #define SUBLANG_MONGOLIAN_PRC 0x02 |