mirror of
https://github.com/ctm/executor.git
synced 2024-11-23 05:33:16 +00:00
more (remaining?) host vs. build changes
This commit is contained in:
parent
11aa2b4a84
commit
4758446a85
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user