mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
proper symbol definition check for all AmigaOS flavours
This commit is contained in:
parent
dd433679e6
commit
be8a5d0aef
10 changed files with 67 additions and 20 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#ifndef LIBCURL_AMIGAOS_H
|
||||
#define LIBCURL_AMIGAOS_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -21,10 +23,7 @@
|
|||
* $Id$
|
||||
***************************************************************************/
|
||||
|
||||
#if !defined(WIN32) && !defined(_WIN32) && !defined(__WIN32__) && !defined(_WIN32_WCE)
|
||||
|
||||
#ifndef LIBCURL_AMIGAOS_H
|
||||
#define LIBCURL_AMIGAOS_H
|
||||
#ifdef __AMIGA__ /* Any AmigaOS flavour */
|
||||
|
||||
#ifndef __ixemul__
|
||||
|
||||
|
|
@ -57,6 +56,6 @@ extern BOOL amiga_init();
|
|||
#warning compiling with ixemul...
|
||||
|
||||
#endif /* __ixemul__ */
|
||||
#endif /* __AMIGA__ */
|
||||
#endif /* LIBCURL_AMIGAOS_H */
|
||||
|
||||
#endif /* Not for Windows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue