Ignore:
Timestamp:
May 25, 2008, 3:30:33 PM (17 years ago)
Author:
cinc
Message:

Protective #if/#endif around OS/2 specific output in template files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/c-emitter_c/c_file_emitter.c

    r326 r343  
    5757  fprintf(fh, "#endif\n\n");
    5858
     59  fprintf(fh, "#if __OS2__\n");
    5960  fprintf(fh, "#define INCL_DOS\n");
    6061  fprintf(fh, "#include <os2.h>\n");
     62  fprintf(fh, "#endif /* __OS2__ */\n\n");
    6163
    6264  fprintf(fh, "#include <nom.h>\n");
Note: See TracChangeset for help on using the changeset viewer.