mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WIDL]
- Fix some warnings svn path=/trunk/; revision=59506
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user