mirror of
https://github.com/ctm/executor.git
synced 2026-01-22 19:16:21 +00:00
more (remaining?) host vs. build changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user