winebuild - boundary alignment on Alpha

Steven Edwards steven_ed4153 at yahoo.com
Sat Sep 20 17:57:02 CDT 2003


I am making progress but it is going very slow.

Changlog: Porting fix for Alpha

Index: wine/tools/winebuild/utils.c
===================================================================
RCS file: /home/wine/wine/tools/winebuild/utils.c,v
retrieving revision 1.16
diff -u -r1.16 utils.c
--- wine/tools/winebuild/utils.c        21 Jul 2003 23:51:24 -0000     
1.16
+++ wine/tools/winebuild/utils.c        20 Sep 2003 22:53:54 -0000
@@ -260,7 +260,7 @@
  */
 int get_alignment(int alignBoundary)
 {
-#ifdef __powerpc__
+#if defined(__powerpc__) || defined(__ALPHA__)

     int n = 0;



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the wine-patches mailing list