Changeset 1008

Show
Ignore:
Timestamp:
10/01/08 09:02:08 (3 months ago)
Author:
nckmccnnll
Message:

Added the outline of a basic NDS port. It requires devkitPRO to
compile, and still doesn't quite.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/h-basic.h

    r918 r1008  
    3232 
    3333 
     34/* Necessary? */ 
     35#ifdef NDS 
     36# include <fat.h> 
     37# include <unistd.h> 
     38# include <reent.h> 
     39# include <sys/iosupport.h> 
     40# include <errno.h> 
     41#endif 
    3442 
    3543/* 
     
    6876 */ 
    6977#if !defined(MACH_O_CARBON) && !defined(WINDOWS) && \ 
    70     !defined(RISCOS) && !defined(GAMEBOY) 
     78    !defined(RISCOS) && !defined(GAMEBOY) && !defined(NDS) 
    7179# define SET_UID 
    7280