summaryrefslogtreecommitdiff
path: root/xmlwf/xmlfile.c
diff options
context:
space:
mode:
authorssolie <ssolie>2007-06-03 15:00:09 +0000
committerssolie <ssolie>2007-06-03 15:00:09 +0000
commit91b6b8eae2a2bf9fff79bd9afc035426a091eff2 (patch)
tree7dd82159526b87ca0205aee31b36b132322c2cca /xmlwf/xmlfile.c
parentcfca99d5c553aaffefe911c2542d331d59766f68 (diff)
downloadlibexpat-91b6b8eae2a2bf9fff79bd9afc035426a091eff2.tar.gz
Removed need for amiga_main().
Diffstat (limited to 'xmlwf/xmlfile.c')
-rwxr-xr-xxmlwf/xmlfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlwf/xmlfile.c b/xmlwf/xmlfile.c
index 6c75446..99eeeaa 100755
--- a/xmlwf/xmlfile.c
+++ b/xmlwf/xmlfile.c
@@ -12,7 +12,7 @@
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
#include "macconfig.h"
-#elif defined(__amigaos4__)
+#elif defined(__amigaos__)
#include "amigaconfig.h"
#elif defined(__WATCOMC__)
#include "watcomconfig.h"
@@ -29,7 +29,7 @@
#include <io.h>
#endif
-#ifdef AMIGA_SHARED_LIB
+#if defined(__amigaos__) && defined(__USE_INLINE__)
#include <proto/expat.h>
#endif