include: Declare remaining exported functions in compstui.h.

This commit is contained in:
Detlef Riekenberg 2006-06-19 01:13:54 +02:00 committed by Alexandre Julliard
parent 1e2413f4f4
commit e8950b29ae

View file

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