comctl32: Change UINT to UINT_PTR in CreateToolbarEx.

This commit is contained in:
Timo Kreuzer 2009-04-29 12:39:56 -04:00 committed by Alexandre Julliard
parent 4b45767e2a
commit b4cc117b38
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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