Changeset 907 for trunk/dll/srchpath.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r891 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2003, 200 7Steven H. Levine9 Copyright (c) 2003, 2008 Steven H. Levine 10 10 11 11 22 Apr 07 GKY Add RunFM2Util to find and run apps from the FM2Utilities … … 14 14 15 15 ***********************************************************************/ 16 17 #include <string.h> 18 16 19 #define INCL_WIN 17 #define INCL_WINERRORS18 20 #define INCL_DOS 19 #define INCL_DOSERRORS 20 #define INCL_LONGLONG 21 #define INCL_LONGLONG // dircnrs.h 21 22 22 #include <os2.h>23 #include <stdlib.h>24 #include <stdio.h>25 #include <string.h>26 #include <stdarg.h>27 28 #include "fm3dll.h"29 23 #include "fm3dlg.h" 30 24 #include "fm3str.h" 25 #include "pathutil.h" // BldQuotedFileName 26 #include "errutil.h" // Dos_Error... 27 #include "fm3dll.h" 31 28 32 29 static PSZ pszSrcFile = __FILE__;
Note:
See TracChangeset
for help on using the changeset viewer.