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