From 116783794ea3af6318bde312505ee10e1ad46eb7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 4 Jun 2009 23:32:09 +0000 Subject: changed macro to the standard auto __gnu_linux__ and fixed memory allocation bug svn path=/trunk/externals/ext13/; revision=11670 --- cdplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdplayer.c') diff --git a/cdplayer.c b/cdplayer.c index 4622abf..9529301 100644 --- a/cdplayer.c +++ b/cdplayer.c @@ -1,4 +1,4 @@ -#ifdef LINUX +#ifdef __gnu_linux__ #include "ext13.h" #include "m_pd.h" -- cgit v1.2.1