comctl32: Change UINT to UINT_PTR in CreateToolbarEx.
This commit is contained in:
parent
4b45767e2a
commit
b4cc117b38
@ -772,7 +772,7 @@ InitCommonControlsEx (const INITCOMMONCONTROLSEX *lpInitCtrls)
|
|||||||
|
|
||||||
HWND WINAPI
|
HWND WINAPI
|
||||||
CreateToolbarEx (HWND hwnd, DWORD style, UINT wID, INT nBitmaps,
|
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 iNumButtons, INT dxButton, INT dyButton,
|
||||||
INT dxBitmap, INT dyBitmap, UINT uStructSize)
|
INT dxBitmap, INT dyBitmap, UINT uStructSize)
|
||||||
{
|
{
|
||||||
|
@ -1599,7 +1599,7 @@ CreateToolbar(HWND, DWORD, UINT, INT, HINSTANCE,
|
|||||||
|
|
||||||
HWND WINAPI
|
HWND WINAPI
|
||||||
CreateToolbarEx(HWND, DWORD, UINT, INT,
|
CreateToolbarEx(HWND, DWORD, UINT, INT,
|
||||||
HINSTANCE, UINT, LPCTBBUTTON,
|
HINSTANCE, UINT_PTR, LPCTBBUTTON,
|
||||||
INT, INT, INT, INT, INT, UINT);
|
INT, INT, INT, INT, INT, UINT);
|
||||||
|
|
||||||
HBITMAP WINAPI
|
HBITMAP WINAPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user