Changeset 907 for trunk/dll/valid.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r897 r907 29 29 ***********************************************************************/ 30 30 31 #include <string.h> 32 #include <ctype.h> 33 31 34 #define INCL_DOS 32 35 #define INCL_WIN 33 #define INCL_DOSDEVICES // DosDevIOCtl34 36 #define INCL_DOSDEVIOCTL // DosDevIOCtl 35 37 #define INCL_LONGLONG 36 #include <os2.h> 37 38 #include <stdlib.h> 39 #include <stdio.h> 40 #include <string.h> 41 #include <ctype.h> 42 38 39 #include "fm3str.h" 40 #include "errutil.h" // Dos_Error... 41 #include "strutil.h" // GetPString 43 42 #include "fm3dll.h" 44 #include "fm3str.h"45 43 46 44 static PSZ pszSrcFile = __FILE__;
Note:
See TracChangeset
for help on using the changeset viewer.