[ros-diffs] [sserapion] 35651: Don't error on non-32bit builds. Still needs port.

sserapion at svn.reactos.org sserapion at svn.reactos.org
Tue Aug 26 01:57:52 CEST 2008


Author: sserapion
Date: Mon Aug 25 18:57:51 2008
New Revision: 35651

URL: http://svn.reactos.org/svn/reactos?rev=35651&view=rev
Log:
Don't error on non-32bit builds. Still needs port.

Modified:
    branches/ros-amd64-bringup/reactos/tools/widl/server.c

Modified: branches/ros-amd64-bringup/reactos/tools/widl/server.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/tools/widl/server.c?rev=35651&r1=35650&r2=35651&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/tools/widl/server.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/tools/widl/server.c [iso-8859-1] Mon Aug 25 18:57:51 2008
@@ -442,7 +442,7 @@
             write_function_stubs(iface->iface, &proc_offset);
     
             print_server("#if !defined(__RPC_WIN32__)\n");
-            print_server("#error  Invalid build platform for this stub.\n");
+            print_server("//#error  Invalid build platform for this stub.\n");
             print_server("#endif\n");
 
             fprintf(server, "\n");



More information about the Ros-diffs mailing list