Changeset 6111 for trunk/tools/wrc/preproc.c
- Timestamp:
- Jun 26, 2001, 2:10:06 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/preproc.c
r6097 r6111 297 297 { 298 298 /* Search current dir and then -I path */ 299 #if def __EMX__299 #if defined(__WIN32OS2__) 300 300 fp = fopen(cpy, "rb"); 301 301 #else … … 321 321 strcat(path, "/"); 322 322 strcat(path, cpy); 323 #if def __EMX__323 #if defined(__WIN32OS2__) 324 324 fp = fopen(path, "rb"); 325 325 #else
Note:
See TracChangeset
for help on using the changeset viewer.