Changeset 1241 for trunk/dll/srchpath.c
- Timestamp:
- Oct 9, 2008, 1:12:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r1212 r1241 12 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 13 23 Aug 07 SHL Comments 14 04 Oct 08 JBS Make searchapath non-static 14 15 15 16 ***********************************************************************/ … … 24 25 #include "fm3dlg.h" 25 26 #include "fm3str.h" 27 #include "srchpath.h" 26 28 #include "pathutil.h" // BldQuotedFileName 27 29 #include "errutil.h" // Dos_Error... 28 #include "srchpath.h"29 30 #include "systemf.h" // runemf2 30 31 #include "notebook.h" // Data declaration(s) … … 33 34 34 35 // static CHAR *first_path(CHAR * path, CHAR * ret); 35 static CHAR *searchapath(CHAR * path, CHAR * filename);36 36 37 37 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.