On Tue Nov 22 18:47:30 2022 +0000, Fabian Maurer wrote:
Why don't we need to return here? Seems better than a null pointer exception later on.
It's end of void function, return is not changing anything. Anyway, I think it's safe to assume that GetProcAddress will not fail.