While it was good to remove use-retval from the LoadLibrary* functions, it is still needed for GetProcAddress. A call of GetProcAddress without using the return value does not make sense.
While it was good to remove use-retval from the LoadLibrary* functions, it is still needed for GetProcAddress. A call of GetProcAddress without using the return value does not make sense.