From 718123fadad1b1e334f8c1a01db7313156ffe4e2 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 6 May 2004 21:04:26 +0000 Subject: * include/wingdi.h: Correct non-unicode typedefs of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV. --- winsup/w32api/include/wingdi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/w32api/include') 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; -- cgit v1.2.3