[2/2] kernel32/tests: fix MSVC build in console.c

Thomas Faber thfabba at gmx.de
Tue Oct 4 16:19:03 CDT 2011


In this case, a struct variable is used to initialize a struct
member, which is not permitted by Ansi C.
The patch fixes that by replacing 'origin' by the proper
initializer of '{0, 0}'.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-2-2-kernel32-fix-MSVC-build-in-console.c.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111004/5b094bb9/attachment-0001.ksh>


More information about the wine-patches mailing list