This patch change in tools/winebuild/utils.c the __PPC__ flag to __powerpc__. It is the last one. The others are in tools/winebuild/import.c and spec32.c, but they are updated in the Winebuild PowerPC syntax patch.
Thanks,
Pierre
ChangeLog: - Change __PPC__ flag to __powerpc__
Index: tools/winebuild/utils.c =================================================================== RCS file: /home/wine/wine/tools/winebuild/utils.c,v retrieving revision 1.15 diff -u -r1.15 utils.c --- tools/winebuild/utils.c 18 Mar 2003 05:30:54 -0000 1.15 +++ tools/winebuild/utils.c 21 Jul 2003 21:12:03 -0000 @@ -260,7 +260,7 @@ */ int get_alignment(int alignBoundary) { -#ifdef __PPC__ +#ifdef __powerpc__ int n = 0;