Skip to content

modules: use void* with GetProcAddress()

Steve Lhomme requested to merge robUx4/vlc:getproc-far into master

What matters is the type where we write the function pointer. It has to match the Windows SDK signature otherwise the calls will be bogus.

This is how it's used in most places already in C files.

Merge request reports

Loading