Changeset 907 for trunk/dll/info.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r897 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 6Steven H. Levine9 Copyright (c) 2001, 2008 Steven H. Levine 10 10 11 11 16 Oct 02 SHL Handle large partitions … … 27 27 ***********************************************************************/ 28 28 29 #include <stdlib.h> 30 #include <string.h> 31 #include <ctype.h> 32 #include <share.h> 33 29 34 #define INCL_DOS 30 35 #define INCL_WIN 31 36 #define INCL_GPI 32 37 #define INCL_LONGLONG 33 #include <os2.h> 34 35 #include <stdio.h> 36 #include <stdlib.h> 37 #include <string.h> 38 #include <ctype.h> 39 #include <share.h> 40 41 #include "fm3dll.h" 38 42 39 #include "fm3dlg.h" 43 40 #include "fm3str.h" 41 #include "makelist.h" // AddToList 42 #include "errutil.h" // Dos_Error... 43 #include "strutil.h" // GetPString 44 #include "fm3dll.h" 44 45 45 46 #pragma data_seg(DATA1) … … 541 542 542 543 LISTINFO li; 543 INT numfiles = 0, numalloc = 0;544 UINT numfiles = 0, numalloc = 0; 544 545 545 546 memset(&li, 0, sizeof(LISTINFO));
Note:
See TracChangeset
for help on using the changeset viewer.