more (remaining?) host vs. build changes

This commit is contained in:
Clifford Matthews 2009-06-18 14:47:17 -06:00
parent 11aa2b4a84
commit 4758446a85
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#include <stdio.h>
#if !defined (COMPILE_FOR_HOST)
#if !defined (COMPILE_FOR_BUILD)
/* A replacement for stdio in a windowed environment */
#if 0

View File

@ -83,7 +83,7 @@ extern int ROMlib_launch_native_app (int n_filenames, char **filenames);
#define DB_DBM_HSEARCH 1
#include <db.h>
#if !defined (COMPILE_FOR_HOST)
#if !defined (COMPILE_FOR_BUILD)
extern void _dbm_fetch (datum *datump, DBM *db, datum datum);
extern void _dbm_firstkey (datum *datump, DBM *db);

View File

@ -85,7 +85,7 @@ extern int ROMlib_launch_native_app (int n_filenames, char **filenames);
#include <ndbm.h>
#if !defined (COMPILE_FOR_HOST)
#if !defined (COMPILE_FOR_BUILD)
extern void _dbm_fetch (datum *datump, DBM *db, datum datum);
extern void _dbm_firstkey (datum *datump, DBM *db);