Commit 3588ede1 authored by Juraj Hercek's avatar Juraj Hercek Committed by Alexandre Julliard

Added WINELIB_NAME_AW for LPCCINFO.

parent 386d51d1
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment