Changeset 907 for trunk/dll/fonts.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fonts.c
r793 r907 1 /* handles setting fonts */ 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Font support 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2008 Steven H. Levine 10 11 05 Jan 08 SHL Sync 12 13 ***********************************************************************/ 14 15 #include <string.h> 2 16 3 17 #define INCL_DOS 4 18 #define INCL_WIN 5 19 #define INCL_GPI 6 7 #include <os2.h> 8 #include <stdlib.h>9 #include <stdio.h>10 #include <string.h>20 #define INCL_LONGLONG // dircnrs.h 21 22 #include "fm3str.h" 23 #include "errutil.h" // Dos_Error... 24 #include "strutil.h" // GetPString 11 25 #include "fm3dll.h" 12 #include "fm3str.h"13 26 14 27 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.