summaryrefslogtreecommitdiff
path: root/lib/amigaos.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-28 05:15:56 +0000
committerYang Tse <yangsita@gmail.com>2007-02-28 05:15:56 +0000
commit99dcd33f048598f209ea430b8d9f88bc7bb2bce9 (patch)
tree5fc6f1bf99613932bac33dcda9391a621e61f72a /lib/amigaos.h
parente817eb6cece7c2f97ff07bdbe2b15e38fa807d9f (diff)
downloadcurl-99dcd33f048598f209ea430b8d9f88bc7bb2bce9.tar.gz
protect from themselves those who need it
Diffstat (limited to 'lib/amigaos.h')
-rw-r--r--lib/amigaos.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/amigaos.h b/lib/amigaos.h
index e5786d482..8a5a857fd 100644
--- a/lib/amigaos.h
+++ b/lib/amigaos.h
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -21,6 +21,8 @@
* $Id$
***************************************************************************/
+#if !defined(WIN32) && !defined(_WIN32) && !defined(__WIN32__) && !defined(_WIN32_WCE)
+
#ifndef LIBCURL_AMIGAOS_H
#define LIBCURL_AMIGAOS_H
@@ -56,3 +58,5 @@ extern BOOL amiga_init();
#endif /* __ixemul__ */
#endif /* LIBCURL_AMIGAOS_H */
+
+#endif /* Not for Windows */