mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 09:41:47 +00:00
[SHELL32:WINE][PSDK] Addendum to 0bf768a1
: Add missing FARPROC16 definition for CallCPLEntry16() prototype.
This commit is contained in:
parent
0bf768a145
commit
1df87d7fe9
2 changed files with 4 additions and 2 deletions
|
@ -2660,11 +2660,13 @@ DECLARE_INTERFACE_(IShellFolderBand, IUnknown)
|
|||
};
|
||||
#undef INTERFACE
|
||||
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WIN2K) && (NTDDI_VERSION <= NTDDI_WINXPSP2)
|
||||
/*****************************************************************************
|
||||
* Control Panel functions
|
||||
*/
|
||||
DECLARE_HANDLE(FARPROC16);
|
||||
LRESULT WINAPI CallCPLEntry16(HINSTANCE hMod, FARPROC16 pFunc, HWND dw3, UINT dw4, LPARAM dw5, LPARAM dw6);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue