From 3588ede1e0f525abcb208a01f35687c4e98aa1e0 Mon Sep 17 00:00:00 2001 From: Juraj Hercek Date: Fri, 8 Nov 2002 18:54:26 +0000 Subject: [PATCH] Added WINELIB_NAME_AW for LPCCINFO. --- include/custcntl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/custcntl.h b/include/custcntl.h index 5b875b40958..408abafde10 100644 --- a/include/custcntl.h +++ b/include/custcntl.h @@ -113,12 +113,13 @@ typedef struct tagCCINFOW { DWORD dwReserved2; } CCINFOW, *LPCCINFOW; -#define CCINFO WINELIB_NAME_AW(CCINFO) +DECL_WINELIB_TYPE_AW(CCINFO) +DECL_WINELIB_TYPE_AW(LPCCINFO) typedef UINT (CALLBACK *LPFNCCINFOA)(LPCCINFOA); typedef UINT (CALLBACK *LPFNCCINFOW)(LPCCINFOW); -#define LPFNCCINFO WINELIB_NAME_AW(LPFNCCINFO) +DECL_WINELIB_TYPE_AW(LPFNCCINFO) #ifdef __cplusplus }