Commit e8950b29 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

include: Declare remaining exported functions in compstui.h.

parent 1e2413f4
......@@ -54,13 +54,16 @@ typedef struct _PROPSHEETUI_INFO {
DWORD Result;
} PROPSHEETUI_INFO, *PPROPSHEETUI_INFO;
typedef LONG (CALLBACK *PFNPROPSHEETUI)(PROPSHEETUI_INFO, LPARAM lParam);
typedef LONG (CALLBACK *PFNPROPSHEETUI)(PROPSHEETUI_INFO, LPARAM);
/* FUNCTIONS */
LONG CommonPropertySheetUIA(HWND, PFNPROPSHEETUI, LPARAM, LPDWORD);
LONG CommonPropertySheetUIW(HWND, PFNPROPSHEETUI, LPARAM, LPDWORD);
LONG WINAPI CommonPropertySheetUIA(HWND, PFNPROPSHEETUI, LPARAM, LPDWORD);
LONG WINAPI CommonPropertySheetUIW(HWND, PFNPROPSHEETUI, LPARAM, LPDWORD);
#define CommonPropertySheetUI WINELIB_NAME_AW(CommonPropertySheetUI)
ULONG_PTR WINAPI GetPSTUIUserData(HWND);
BOOL WINAPI SetPSTUIUserData(HWND, ULONG_PTR);
#ifdef __cplusplus
} /* extern "C" */
#endif
......
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