Added WINELIB_NAME_AW for LPCCINFO.

oldstable
Juraj Hercek 2002-11-08 18:54:26 +00:00 committed by Alexandre Julliard
parent 386d51d1b6
commit 3588ede1e0
1 changed files with 3 additions and 2 deletions

View File

@ -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
}