Closed wnjj closed 5 years ago
Due to an improper data type for the params passed into GetEvent(), DVD menus wouldn't work on Windows 64-bit version. I added (int, UNLONG and DWORD) casts to suppress compiler warnings. The fix has been confirmed by me and another user.
Thanks!
Due to an improper data type for the params passed into GetEvent(), DVD menus wouldn't work on Windows 64-bit version. I added (int, UNLONG and DWORD) casts to suppress compiler warnings. The fix has been confirmed by me and another user.