- Fix some warnings

svn path=/trunk/; revision=59506
This commit is contained in:
Thomas Faber
2013-07-18 21:55:32 +00:00
parent 4f0694e3af
commit 9830a11818
+4 -4
View File
@@ -482,10 +482,10 @@ void write_id_data(const statement_list_t *stmts)
fprintf(idfile, "/*** Autogenerated by WIDL %s ", PACKAGE_VERSION);
fprintf(idfile, "from %s - Do not edit ***/\n\n", input_name);
fprintf(idfile, "#ifdef __REACTOS__\n", input_name);
fprintf(idfile, "#define WIN32_NO_STATUS\n", input_name);
fprintf(idfile, "#define WIN32_LEAN_AND_MEAN\n", input_name);
fprintf(idfile, "#endif\n\n", input_name);
fprintf(idfile, "#ifdef __REACTOS__\n");
fprintf(idfile, "#define WIN32_NO_STATUS\n");
fprintf(idfile, "#define WIN32_LEAN_AND_MEAN\n");
fprintf(idfile, "#endif\n\n");
fprintf(idfile, "#include <rpc.h>\n");
fprintf(idfile, "#include <rpcndr.h>\n\n");