google / sagetv

SageTV is a cross-platform networked DVR and media management system
http://forums.sagetv.com/
Apache License 2.0
267 stars 173 forks source link

Fix 64-bit DVD menu. #409

Closed wnjj closed 5 years ago

wnjj commented 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.

Narflex commented 5 years ago

Thanks!