Remove ifdef __i386__ in spec16.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





ChangeLog:

     Removed 'ifdef __i386__' from around code that wasn't x86 specific
     in BuildSpec16File.

Warren Baird : Warren_Baird@cimmetry.com

diff -ur clean/wine/tools/winebuild/spec16.c wine/tools/winebuild/spec16.c
--- clean/wine/tools/winebuild/spec16.c  16 Dec 2002 19:39:04 -0000    1.1.1.2
+++ wine/tools/winebuild/spec16.c  29 Jan 2003 20:07:52 -0000
@@ -679,7 +679,6 @@
     }

     /* Output CallFrom16 routines needed by this .spec file */
-#ifdef __i386__
     for ( i = 0; i < nTypes; i++ )
     {
         char profile[101];
@@ -687,7 +686,6 @@
         strcpy( profile, get_function_name( typelist[i] ));
         BuildCallFrom16Func( outfile, profile, DLLFileName );
     }
-#endif

     /* Output the DLL functions prototypes */





[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux