sync to trunk head (37853) (except rbuild changes)
[reactos.git] / reactos / dll / win32 / user32 / misc / winhelp.c
index 4017410..47c35a2 100644 (file)
@@ -51,7 +51,7 @@ typedef struct
  */
 BOOL
 WINAPI
-WinHelpA(HWND hWnd, LPCSTR lpszHelp, UINT uCommand, DWORD dwData)
+WinHelpA(HWND hWnd, LPCSTR lpszHelp, UINT uCommand, ULONG_PTR dwData)
 {
        static WORD WM_WINHELP = 0;
        HWND hDest;
@@ -137,7 +137,7 @@ WinHelpA(HWND hWnd, LPCSTR lpszHelp, UINT uCommand, DWORD dwData)
  */
 BOOL
 WINAPI
-WinHelpW(HWND hWnd, LPCWSTR lpszHelp, UINT uCommand, DWORD dwData)
+WinHelpW(HWND hWnd, LPCWSTR lpszHelp, UINT uCommand, ULONG_PTR dwData)
 {
     INT len;
     LPSTR file;