Changeset 1184 for trunk/dll/srchpath.c
- Timestamp:
- Sep 10, 2008, 11:56:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r1161 r1184 26 26 #include "errutil.h" // Dos_Error... 27 27 #include "srchpath.h" 28 #include "systemf.h" // runemf2 28 29 #include "fm3dll.h" 29 30 30 31 static PSZ pszSrcFile = __FILE__; 32 33 // static CHAR *first_path(CHAR * path, CHAR * ret); 34 static CHAR *searchapath(CHAR * path, CHAR * filename); 31 35 32 36 #pragma data_seg(DATA1) … … 69 73 } 70 74 75 #if 0 // JBS 71 76 CHAR *first_path(CHAR * path, CHAR * ret) 72 77 { … … 91 96 return ret; 92 97 } 98 #endif 93 99 94 100 /**
Note:
See TracChangeset
for help on using the changeset viewer.