[APPLICATIONS] Fix 64 bit issues

This commit is contained in:
Timo Kreuzer 2018-03-04 16:12:18 +01:00
parent 807331436e
commit 6f13066647
16 changed files with 31 additions and 28 deletions

View file

@ -157,7 +157,7 @@ AddDialogControl(
rect.right - rect.left,
rect.bottom - rect.top,
hwndDialog,
(HMENU)(wID),
UlongToPtr(wID),
hAppInstance,
NULL);