Changeset 907 for trunk/dll/grep2.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r793 r907 21 21 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 22 22 23 24 23 fixme for more excess locals to be gone 25 24 26 25 ***********************************************************************/ 27 26 28 #define INCL_DOS29 #define INCL_WIN30 #define INCL_GPI31 #define INCL_DOSERRORS32 #include <os2.h>33 34 #include <stdarg.h>35 #include <stdio.h>36 27 #include <stdlib.h> 37 28 #include <string.h> 38 29 #include <ctype.h> 39 #include <time.h>40 30 #include <share.h> 41 #include <limits.h>42 31 #include <process.h> // _beginthread 43 32 44 #include "fm3dll.h" 33 #define INCL_DOS 34 #define INCL_WIN 35 #define INCL_LONGLONG // dircnrs.h 36 #define INCL_WINSTDCNR // makelist.h 37 45 38 #include "fm3dlg.h" 46 39 #include "fm3str.h" 47 40 #include "mle.h" 48 41 #include "grep.h" 42 #include "errutil.h" // Dos_Error... 43 #include "strutil.h" // GetPString 44 #include "fm3dll.h" 49 45 50 46 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.