commit | bba4bb1bc451b95ab1cce02d5a68ead606cd1b50 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Sep 17 01:35:09 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 17 01:35:09 2002 +0000 |
tree | 93427af9aa40ea4cd7cf9d22be9fe7bf0199b1ae | |
parent | b7fa637c67dae398458ea4bac7f8a1abc4706676 [diff] [blame] |
Remove references to PCVOID and LPUINT. Remove types that don't exist on Windows.
diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c index 356a795..4c4247f 100644 --- a/dlls/comctl32/commctrl.c +++ b/dlls/comctl32/commctrl.c
@@ -218,7 +218,7 @@ VOID WINAPI MenuHelp (UINT uMsg, WPARAM wParam, LPARAM lParam, HMENU hMainMenu, - HINSTANCE hInst, HWND hwndStatus, LPUINT lpwIDs) + HINSTANCE hInst, HWND hwndStatus, UINT* lpwIDs) { UINT uMenuID = 0;