Ignore:
Timestamp:
Apr 16, 2001, 7:22:25 PM (24 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/preproc.c

    r5523 r5524  
    322322                strcat(path, cpy);
    323323#ifdef __EMX__
    324                 fp = fopen(cpy, "rb");
     324                fp = fopen(path, "rb");
    325325#else
    326                 fp = fopen(cpy, "rt");
     326                fp = fopen(path, "rt");
    327327#endif
    328328                if(fp && (debuglevel & DEBUGLEVEL_PPMSG))
Note: See TracChangeset for help on using the changeset viewer.