|
From: Vincent H. <ya...@us...> - 2005-05-04 08:24:02
|
Update of /cvsroot/twin-e/twin-e/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11208 Modified Files: lba.h Log Message: compile Index: lba.h =================================================================== RCS file: /cvsroot/twin-e/twin-e/src/lba.h,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** lba.h 4 May 2005 08:13:53 -0000 1.23 --- lba.h 4 May 2005 08:23:53 -0000 1.24 *************** *** 40,43 **** --- 40,47 ---- #endif + #ifdef _EE + #define PCLIKE + #endif + #ifdef PCLIKE #include<malloc.h> *************** *** 51,55 **** #ifndef PCLIKE - #ifndef _EE #include <shinobi.h> /* Shinobi system routines. */ #include <kamui2.h> /* Kamui2 low-level graphics HAL. */ --- 55,58 ---- *************** *** 57,61 **** #include <usrsnasm.h> /* LibCross I/O routines. */ #include <sg_syCbl.h> /* NTSC/RGB/VGA Cable check interface. */ - #endif #define PRELOAD_ALL #define USE_GL --- 60,63 ---- |