diff options
Diffstat (limited to 'alf/alfcombobox.cpp')
| -rw-r--r-- | alf/alfcombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
