Re: kernel32: #ifdef out some code that is not needed on non-i386
10 Jan
2009
10 Jan
'09
1:14 p.m.
"Austin English" <austinenglish(a)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(a)winehq.org
6185
Age (days ago)
6185
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard