[1/2] gdi32/tests: fix MSVC build in icm.c

Thomas Faber thfabba at gmx.de
Tue Oct 4 12:22:13 CDT 2011


The calling convention must be specified after the return type
according to Windows's conventions.
This makes __stdcall int somefunc() invalid, with the correct
syntax being int __stdcall somefunc().

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0003-1-2-gdi32-tests-fix-MSVC-build-in-icm.c.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111004/d87831cf/attachment.ksh>


More information about the wine-patches mailing list