From 0410a8ea557eeedc604b95bfcd251c4846e52cef Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 13 Mar 2011 21:45:20 +0000 Subject: Added dummy LDG functions to reduce need for external libs svn path=/trunk/netsurf/; revision=12037 --- atari/misc.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'atari/misc.c') diff --git a/atari/misc.c b/atari/misc.c index f37c1fec8..2817cdbc6 100755 --- a/atari/misc.c +++ b/atari/misc.c @@ -185,3 +185,19 @@ void dbg_pxy( char * str, short * pxy ) printf("%s: x: %d, y: %d, w: %d, h: %d\n", str, pxy[0], pxy[1], pxy[2], pxy[3] ); } + +/* some LDG functions here to reduce dependencies */ +void * ldg_open( char * name, short * global ) +{ + return( NULL ); +} + +void * ldg_find( char * name, short * ldg ) +{ + return( NULL ); +} + +int ldg_close( void * ldg, short * global ) +{ + return( 0 ); +} -- cgit v1.2.3