From 91eb92a4236997cefd4fcaf78409a5f70f14fe03 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Jul 2012 23:08:58 +0100 Subject: fix mingw build --- sdk/recipes/patches/libcurl/src.main.c.p | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sdk/recipes/patches/libcurl/src.main.c.p (limited to 'sdk/recipes/patches/libcurl/src.main.c.p') diff --git a/sdk/recipes/patches/libcurl/src.main.c.p b/sdk/recipes/patches/libcurl/src.main.c.p deleted file mode 100644 index 846e19c..0000000 --- a/sdk/recipes/patches/libcurl/src.main.c.p +++ /dev/null @@ -1,18 +0,0 @@ ---- src/main.c.old 2010-12-29 16:18:04.000000000 +0000 -+++ src/main.c 2010-12-29 16:17:51.000000000 +0000 -@@ -64,6 +64,15 @@ - #endif - #endif - -+#ifdef __AMIGA__ -+ #ifdef __amigaos4__ -+ #ifndef __USE_INLINE__ -+ #define __USE_INLINE__ -+ #endif -+ #endif -+#include -+#endif -+ - #include "version.h" - - #ifdef HAVE_IO_H /* typical win32 habit */ -- cgit v1.2.3