X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tools%2Fprotoparse.h;h=308cccd315f1d75f0e5f6274bbdeda197ae6457e;hb=edeadc28714f7109de42c2fe2f31acaac336cc02;hp=511e337517dd8abdb114046b7d408a2eb41445d7;hpb=4328117e09febd7f518b2ac7bb0a81be4bd79c02;p=ia32rtools.git diff --git a/tools/protoparse.h b/tools/protoparse.h index 511e337..308cccd 100644 --- a/tools/protoparse.h +++ b/tools/protoparse.h @@ -87,7 +87,7 @@ static int do_protostrs(FILE *fhdr, const char *fname, int is_include) hdrfn = fname; is_cinc = strstr(fname, "stdc.hlist") != NULL; - is_osinc = is_cinc || strstr(fname, "stdc.hlist") != NULL; + is_osinc = is_cinc || strstr(fname, "win32.hlist") != NULL; while (fgets(protostr, sizeof(protostr), fhdr)) {