mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
97e018f9a5
The current version of the code incorrectly assumes that the lpszClass
member of CREATESTRUCT passed with WM_CREATE will point to the same
memory used for the CreateWindowEx class name parameter. MCIWND_Create
uses this assumption to perform a pointer comparison on the class name
to determine whether the MCI window is being created using
MCIWndCreateA/W and should therefore expect a unicode path parameter.
As a side effect of commit
|
||
---|---|---|
.. | ||
tests | ||
drawdib.c | ||
Makefile.in | ||
mciwnd.c | ||
msvfw32.rc | ||
msvfw32.spec | ||
msvideo_main.c | ||
msvideo_private.h |