Skip to content
Snippets Groups Projects
Commit 3588ede1 authored by Juraj Hercek's avatar Juraj Hercek Committed by Alexandre Julliard
Browse files

Added WINELIB_NAME_AW for LPCCINFO.

parent 386d51d1
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment