Skip to content

modules: use void* with GetProcAddress()

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