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
Activity
Filter activity
Please register or sign in to reply