Ignore:
Timestamp:
Jun 26, 2001, 2:10:06 AM (24 years ago)
Author:
bird
Message:

EMX was changed to WIN32OS2.

File:
1 edited

Legend:

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

    r6097 r6111  
    297297    {
    298298        /* Search current dir and then -I path */
    299 #ifdef __EMX__
     299#if defined(__WIN32OS2__)
    300300        fp = fopen(cpy, "rb");
    301301#else
     
    321321        strcat(path, "/");
    322322        strcat(path, cpy);
    323 #ifdef __EMX__
     323#if defined(__WIN32OS2__)
    324324        fp = fopen(path, "rb");
    325325#else
Note: See TracChangeset for help on using the changeset viewer.