From fe10e5fa354a508a6b20b4a20b9bba46c6b8612e Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sun, 3 May 2020 20:23:10 +0200 Subject: make it compile as 64bit under mingw --- alf/alfcombobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alfcombobox.cpp') diff --git a/alf/alfcombobox.cpp b/alf/alfcombobox.cpp index f94c744..eebb269 100644 --- a/alf/alfcombobox.cpp +++ b/alf/alfcombobox.cpp @@ -324,7 +324,7 @@ ALF_InternalAddComboBox(HWND win, WORD id, int x, int y, DWORD style, const TCHA WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN, 0, 0, 0, 0, win, - (HMENU)(int)id, + (HMENU)(ULONG_PTR)id, (HINSTANCE)GetWindowLongPtr(win, GWLP_HINSTANCE), &cp); -- cgit v1.2.3