Changeset 907 for trunk/dll/assoc.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r888 r907 5 5 6 6 Copyright (c) 1993-98 M. Kimes 7 Copyright (c) 2004, 200 7Steven H.Levine7 Copyright (c) 2004, 2008 Steven H.Levine 8 8 9 9 01 Aug 04 SHL Rework lstrip/rstrip usage … … 18 18 **************************************************************************************/ 19 19 20 #include <stdlib.h> 21 #include <string.h> 22 #include <share.h> 23 20 24 #define INCL_DOS 21 25 #define INCL_WIN 22 26 #define INCL_PM 23 27 #define INCL_WINHOOKS 24 25 #include <os2.h> 26 #include <stdio.h> 27 #include <stdlib.h> 28 #include <string.h> 29 #include <ctype.h> 30 #include <share.h> 31 #include "fm3dll.h" 28 #define INCL_LONGLONG // dircnrs.h 29 32 30 #include "fm3dlg.h" 33 31 #include "fm3str.h" 32 #include "pathutil.h" // BldQuotedFileName 33 #include "errutil.h" // Dos_Error... 34 #include "strutil.h" // GetPString 35 #include "fm3dll.h" 34 36 35 37 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.