Changeset 907 for trunk/dll/mainwnd.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r888 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 7Steven H. Levine9 Copyright (c) 2001, 2008 Steven H. Levine 10 10 11 11 11 Jun 02 SHL Drop obsolete xor code … … 46 46 ***********************************************************************/ 47 47 48 #include <stdlib.h> 49 #include <string.h> 50 #include <ctype.h> 51 #include <process.h> // _beginthread 52 48 53 #define INCL_DOS 49 54 #define INCL_WIN 50 // #define INCL_WINERRORS51 55 #define INCL_SHLERRORS // PMERR_NOT_IN_IDX 52 56 #define INCL_WINHELP 53 57 #define INCL_GPI 54 58 #define INCL_LONGLONG 55 #include <os2.h> 56 57 #include <stdarg.h> 58 #include <stdio.h> 59 #include <stdlib.h> 60 #include <string.h> 61 #include <ctype.h> 62 #include <share.h> 63 #include <process.h> // _beginthread 64 65 #include "fm3dll.h" 59 66 60 #include "fm3dlg.h" 67 61 #include "fm3str.h" 68 62 #include "tools.h" 63 #include "comp.h" 69 64 #include "datamin.h" 65 #include "arccnrs.h" // BldQuotedFileName 66 #include "errutil.h" // Dos_Error... 67 #include "strutil.h" // GetPString 68 #include "fm3dll.h" 70 69 71 70 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.