mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Don't error on non-32bit builds. Still needs port.
svn path=/branches/ros-amd64-bringup/; revision=35651
This commit is contained in:
@@ -442,7 +442,7 @@ void write_server(ifref_list_t *ifaces)
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user