From 740e64b59bdb2ca4b08a11162a20f8bb1d305b00 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 9 Jul 2007 20:57:12 +0000 Subject: got moonlib compiling with some minor tweaks svn path=/trunk/externals/moonlib/; revision=7952 --- joystik.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'joystik.c') diff --git a/joystik.c b/joystik.c index 2c09093..891b551 100644 --- a/joystik.c +++ b/joystik.c @@ -1,3 +1,4 @@ +#ifdef __gnu_linux__ /* 'pd_joystik' (An external library for Miller Puckette's 'PD' software adding PC and/or USB joystik control capabilities) @@ -189,3 +190,4 @@ static void joystik_read(GList *l,int fd) } } +#endif /* __gnu_linux__ */ -- cgit v1.2.1