msvcrt: fix MSVC build in locale.c

Thomas Faber thfabba at gmx.de
Sun Nov 6 05:41:47 CST 2011


This removes several instances of 'sizeof(char[variable])', which isn't
standard (works in GCC because of Variable Length Array support) and is
by definition identical to 'variable', anyway.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-msvcrt-fix-MSVC-build-in-locale.c.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111106/bd63ecde/attachment-0001.ksh>


More information about the wine-patches mailing list