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 --- gamme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamme.c') diff --git a/gamme.c b/gamme.c index d4ddd01..8e30250 100644 --- a/gamme.c +++ b/gamme.c @@ -1,4 +1,4 @@ -/* +emacs /* Copyright (C) 2002 Antoine Rousseau This library is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include #include "g_canvas.h" -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1