Changeset 907 for trunk/dll/instant.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/instant.c
r888 r907 16 16 ***********************************************************************/ 17 17 18 #define INCL_DOS19 #define INCL_WIN20 #include <os2.h>21 22 #include <stdlib.h>23 #include <stdio.h>24 18 #include <string.h> 25 19 #include <ctype.h> 26 20 27 #include "fm3dll.h" 21 #define INCL_DOS 22 #define INCL_WIN 23 #define INCL_LONGLONG // dircnrs.h 24 28 25 #include "fm3dlg.h" 29 26 #include "fm3str.h" 30 27 #include "mle.h" 28 #include "errutil.h" // Dos_Error... 29 #include "strutil.h" // GetPString 30 #include "fm3dll.h" 31 31 32 32 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.