Changeset 907 for trunk/dll/inis.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r900 r907 24 24 ***********************************************************************/ 25 25 26 #define INCL_WIN27 #define INCL_GPI28 #define INCL_DOS29 #define INCL_DOSERRORS30 #include <os2.h>31 32 26 #include <stdlib.h> 33 #include <stdio.h>34 27 #include <string.h> 35 28 #include <ctype.h> … … 37 30 #include <process.h> // _beginthread 38 31 39 #include "fm3dll.h" 32 #define INCL_DOS 33 #define INCL_DOSERRORS 34 #define INCL_WIN 35 #define INCL_GPI 36 #define INCL_LONGLONG // dircnrs.h 37 40 38 #include "fm3dlg.h" 41 39 #include "fm3str.h" 42 40 #include "mle.h" 41 #include "errutil.h" // Dos_Error... 42 #include "strutil.h" // GetPString 43 #include "fm3dll.h" 43 44 44 45 #pragma data_seg(DATA2)
Note:
See TracChangeset
for help on using the changeset viewer.