On Tue Nov 22 18:52:39 2022 +0000, Piotr Caban wrote:
It's end of void function, return is not changing anything. Anyway, I think it's safe to assume that GetProcAddress will not fail.
That's why I initially put it at the start of the function, if spy is NULL then the uninit won't run. But sure, if we can assume GetProcAddress won't ever fail, we can do that.