More Change of __PPC__ flag to __powerpc__

Pierre d'Herbemont stegefin at free.fr
Mon Jul 21 16:19:32 CDT 2003


Hi,

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__

-------------- next part --------------
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;
 


More information about the wine-patches mailing list