kernel32: #ifdef out some code that is not needed on non-i386

Alexandre Julliard julliard at winehq.org
Sat Jan 10 07:14:34 CST 2009


"Austin English" <austinenglish at gmail.com> writes:

> Alexandre fixed most of it in
> 13df062d3686a9b1961f0877aa8aaccd1fdc7332, but missed these. Tested on
> Linux with PPC/i386.

Please don't add extra ifdefs to work around missing implementations.
FormatMessage needs to be implemented on other platforms, and the
warning only shows that the code is incomplete. The proper fix is to
implement it, not silence the warning. This applies to most of your
other patches as well.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list