comparison src/gpf2/osl/os_drv.c @ 491:045d641c9bfa

OSL: os_drv.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Jun 2018 18:03:39 +0000
parents 91e8dac34ada
children
comparison
equal deleted inserted replaced
490:a996d0429c59 491:045d641c9bfa
2 * This C module is a reconstruction based on the disassembly of 2 * This C module is a reconstruction based on the disassembly of
3 * os_drv.obj in frame_na7_db_fl.lib from the Leonardo package. 3 * os_drv.obj in frame_na7_db_fl.lib from the Leonardo package.
4 */ 4 */
5 5
6 /* set of included headers from COFF symtab: */ 6 /* set of included headers from COFF symtab: */
7 #include "gpfconf.h" /* FreeCalypso addition */ 7 #include "nucleus.h"
8 #include "../../nucleus/nucleus.h"
9 #include "typedefs.h" 8 #include "typedefs.h"
10 #include "gdi.h" 9 #include "gdi.h"
11 #include "os.h" 10 #include "os.h"
12 11
13 typedef unsigned char u_char; 12 typedef unsigned char u_char;