mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:55:41 +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
|
@ -348,7 +348,7 @@ public:
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
ImageList_Destroy((HIMAGELIST) SetImageList(hImageList));
|
||||
ImageList_Destroy(SetImageList(hImageList));
|
||||
|
||||
AddButtons(_countof(Buttons), Buttons);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue