diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-05-06 21:04:26 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-05-06 21:04:26 +0000 |
commit | 718123fadad1b1e334f8c1a01db7313156ffe4e2 (patch) | |
tree | e2075cc2e45fdf938402696098e38caa1035f31c /winsup/w32api/include | |
parent | bbf3df482a7e4812955a1aa0ca9117d036fe12ba (diff) | |
download | cygnal-718123fadad1b1e334f8c1a01db7313156ffe4e2.tar.gz cygnal-718123fadad1b1e334f8c1a01db7313156ffe4e2.tar.bz2 cygnal-718123fadad1b1e334f8c1a01db7313156ffe4e2.zip |
* include/wingdi.h: Correct non-unicode typedefs of
ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r-- | winsup/w32api/include/wingdi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h index fbde26802..108c95656 100644 --- a/winsup/w32api/include/wingdi.h +++ b/winsup/w32api/include/wingdi.h @@ -2954,9 +2954,9 @@ typedef TEXTMETRICA TEXTMETRIC,*PTEXTMETRIC,*LPTEXTMETRIC; #define FONTENUMPROC FONTENUMPROCA typedef DEVMODEA DEVMODE,*PDEVMODE,*LPDEVMODE; #if _WIN32_WINNT >= 0x0500 -typedef ENUMLOGFONTEXDVW ENUMLOGFONTEXDV; -typedef PENUMLOGFONTEXDVW PENUMLOGFONTEXDV; -typedef LPENUMLOGFONTEXDVW LPENUMLOGFONTEXDV; +typedef ENUMLOGFONTEXDVA ENUMLOGFONTEXDV; +typedef PENUMLOGFONTEXDVA PENUMLOGFONTEXDV; +typedef LPENUMLOGFONTEXDVA LPENUMLOGFONTEXDV; #endif typedef EXTLOGFONTA EXTLOGFONT,*PEXTLOGFONT,*LPEXTLOGFONT; typedef GCP_RESULTSA GCP_RESULTS,*LPGCP_RESULTS; |