summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.h.p
blob: 050bea71157e804bfc1e3127c99070fa7ff0480d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/amigaos.h.old	2012-10-19 21:36:23.000000000 +0100
+++ lib/amigaos.h	2012-10-19 21:37:26.000000000 +0100
@@ -23,7 +23,7 @@
  ***************************************************************************/
 #include "curl_setup.h"
 
-#if defined(__AMIGA__) && !defined(__ixemul__)
+#if defined(__AMIGA__) && !(defined(__ixemul__) || defined(__amigaos4__))
 
 bool Curl_amiga_init();
 void Curl_amiga_cleanup();