Skip to content

Use a HANDLE for the Windows I/O calls

Steve Lhomme requested to merge robUx4/libdvdcss:win32-HANDLE into master

A Handle in a 64-bit pointer on 64-bits machine. It can't be casted to an int and then passed internally.

Merge request reports