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/include/commctrl.h b/include/commctrl.h index 84fe421..33fdda1 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -324,7 +324,7 @@ VOID WINAPI DrawStatusTextW (HDC, LPRECT, LPCWSTR, UINT); #define DrawStatusText WINELIB_NAME_AW(DrawStatusText) VOID WINAPI MenuHelp (UINT, WPARAM, LPARAM, HMENU, - HINSTANCE, HWND, LPUINT); + HINSTANCE, HWND, UINT*); typedef struct tagCOLORSCHEME {