Changeset 907 for trunk/eas.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eas.c
r754 r907 16 16 ***********************************************************************/ 17 17 18 #include <stdarg.h>19 #include <stdio.h>20 18 #include <stdlib.h> 21 19 #include <string.h> 22 #include <ctype.h>23 20 24 21 #define INCL_DOS 25 22 #define INCL_WIN 26 #include <os2.h>27 23 24 #include "dll\fm3dlg.h" 25 #include "dll\makelist.h" 28 26 #include "dll\fm3dll.h" 29 #include "dll\fm3dlg.h"30 27 31 28 int main (int argc,char *argv[]) … … 35 32 CHAR fullname[CCHMAXPATH]; 36 33 CHAR **list = NULL; 37 INT x,numfiles = 0,numalloc = 0;34 UINT x,numfiles = 0,numalloc = 0; 38 35 39 36 DosError(FERR_DISABLEHARDERR);
Note:
See TracChangeset
for help on using the changeset viewer.