Thomas Weidenmueller wine-patches@reactsoft.com writes:
Is there a reason this change wasn't applied? Calling ZeroMemory is slower and prevents certain optimizations by the compiler.
Initializing auto structures that way is much less portable. And control registration is not exactly a critical code path...