X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Ftools%2Fwpp%2Flex.yy.c;h=a7e92fa0db1ce6036f97ff0ee50f840b6a675250;hp=51af61c976eab77424e2868200f7991328770c27;hb=20fa130a98c75f6d2d12563d4707d38b33221acc;hpb=d68c7aaf7194e0770978fd5e27b91c920f4adb2a diff --git a/reactos/tools/wpp/lex.yy.c b/reactos/tools/wpp/lex.yy.c index 51af61c976e..a7e92fa0db1 100644 --- a/reactos/tools/wpp/lex.yy.c +++ b/reactos/tools/wpp/lex.yy.c @@ -16877,7 +16877,7 @@ void pp_do_include(char *fname, int type) /* Undo the effect of the quotation */ fname[n-1] = '\0'; - if((ppin = pp_open_include(fname+1, type ? pp_status.input : NULL, &newpath)) == NULL) + if((ppin = pp_open_include(fname+1, type ? pp_status.input : NULL, &newpath, type)) == NULL) pperror("Unable to open include file %s", fname+1); fname[n-1] = *fname; /* Redo the quotes */