[USER32]: Now for the real fix: Initialize lpLibFileName and pCtx in User32CreateWind...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 1 Mar 2017 19:36:51 +0000 (19:36 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 1 Mar 2017 19:36:51 +0000 (19:36 +0000)
commit41733bc32853ebbc9f67eb29828c22d964ee968b
tree8290ea019c729ed6abb5481c3fa36e5d57679067
parent0366c75f60a1b720c0600fa76621e092fec2ffd6
[USER32]: Now for the real fix: Initialize lpLibFileName and pCtx in User32CreateWindowEx prior to calling ClassNameToVersion.
This avoid passing invalid parameters to VersionRegisterClass (and subsequent functions) afterwards.
Fix suggested by Mark Jansen, thanks!
CORE-12855

svn path=/trunk/; revision=74018
reactos/win32ss/user/user32/windows/window.c