Changeset 907 for trunk/dll/walkem.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/walkem.c
r865 r907 26 26 ***********************************************************************/ 27 27 28 #include <stdlib.h> 29 #include <string.h> 30 #include <ctype.h> 31 #include <share.h> 32 28 33 #define INCL_WIN 29 34 #define INCL_DOS … … 31 36 #define INCL_SHLERRORS // PMERR_NOT_IN_IDX 32 37 #define INCL_LONGLONG 33 #include <os2.h> 34 35 #include <stdlib.h> 36 #include <stdio.h> 37 #include <string.h> 38 #include <ctype.h> 39 #include <time.h> 40 #include <share.h> 41 42 #include "fm3dll.h" 38 43 39 #include "fm3dlg.h" 44 40 #include "fm3str.h" 41 #include "errutil.h" // Dos_Error... 42 #include "strutil.h" // GetPString 43 #include "fm3dll.h" 45 44 46 45 #pragma data_seg(DATA1) … … 69 68 static LINKDIRS *pFirstSetup; 70 69 static const PSZ pszLastSetups = "LastSetups"; 71 // //18 Aug 07 SHL fixme to stop supporting old style 1 year from now?70 // 18 Aug 07 SHL fixme to stop supporting old style 1 year from now? 72 71 static const ULONG ulOldSetupsBytes = 100 * 13; // Prior to 3.0.7 73 72
Note:
See TracChangeset
for help on using the changeset viewer.