Remove ifdef __i386__ in spec16.c

Warren_Baird at cimmetry.com Warren_Baird at cimmetry.com
Wed Feb 5 17:26:47 CST 2003



ChangeLog:

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

Warren Baird : Warren_Baird at 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 */






More information about the wine-patches mailing list