"Austin English" <austinengl...@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 julli...@winehq.org