diff options
Diffstat (limited to '3rdParty/Expat/src/xmlrole.c')
-rw-r--r--[-rwxr-xr-x] | 3rdParty/Expat/src/xmlrole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Expat/src/xmlrole.c b/3rdParty/Expat/src/xmlrole.c index 9c5e25b..44772e2 100755..100644 --- a/3rdParty/Expat/src/xmlrole.c +++ b/3rdParty/Expat/src/xmlrole.c @@ -8,7 +8,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" |