From 3cc282dcc13295ec6e0cca8ffcf9f78784f09733 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 11 Jul 2007 16:40:24 +0000 Subject: got the lib to compile on MinGW by ifdeffing out the failing objects. These could be ported pretty easily since it's just a question of the open() function, I think. But it's really old, funky code, so why? svn path=/trunk/externals/moonlib/; revision=8005 --- basedir.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basedir.c') diff --git a/basedir.c b/basedir.c index ad2f4f6..61ebcf4 100644 --- a/basedir.c +++ b/basedir.c @@ -1,3 +1,4 @@ +#ifndef _WIN32 /* Copyright (C) 2002 Antoine Rousseau @@ -70,3 +71,5 @@ void basedir_setup(void) class_addsymbol(basedir_class, basedir_symbol); } + +#endif /* NOT _WIN32 */ -- cgit v1.2.1