mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
[APPLICATIONS] Fix 64 bit issues
This commit is contained in:
parent
807331436e
commit
6f13066647
16 changed files with 31 additions and 28 deletions
|
@ -484,7 +484,7 @@ WndProc(HWND hWnd,
|
|||
BUTTONS_W,
|
||||
BUTTONS_H,
|
||||
hWnd,
|
||||
(HMENU)i,
|
||||
(HMENU)UlongToPtr(i),
|
||||
hInst,
|
||||
0);
|
||||
if (!buttons[i])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue