Commit b4cc117b authored by Timo Kreuzer's avatar Timo Kreuzer Committed by Alexandre Julliard

comctl32: Change UINT to UINT_PTR in CreateToolbarEx.

parent 4b45767e
......@@ -772,7 +772,7 @@ InitCommonControlsEx (const INITCOMMONCONTROLSEX *lpInitCtrls)
HWND WINAPI
CreateToolbarEx (HWND hwnd, DWORD style, UINT wID, INT nBitmaps,
HINSTANCE hBMInst, UINT wBMID, LPCTBBUTTON lpButtons,
HINSTANCE hBMInst, UINT_PTR wBMID, LPCTBBUTTON lpButtons,
INT iNumButtons, INT dxButton, INT dyButton,
INT dxBitmap, INT dyBitmap, UINT uStructSize)
{
......
......@@ -1599,7 +1599,7 @@ CreateToolbar(HWND, DWORD, UINT, INT, HINSTANCE,
HWND WINAPI
CreateToolbarEx(HWND, DWORD, UINT, INT,
HINSTANCE, UINT, LPCTBBUTTON,
HINSTANCE, UINT_PTR, LPCTBBUTTON,
INT, INT, INT, INT, INT, UINT);
HBITMAP WINAPI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment