From 8ccb0a54c3e8db76a166a47252cb3bc5dc600325 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Mon, 7 Dec 1998 16:18:17 +0000 Subject: [PATCH] Don't define MZ_SUPPORTED on non-i386 platforms. --- include/dosexe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dosexe.h b/include/dosexe.h index 8782116475d..0b96cc4fde1 100644 --- a/include/dosexe.h +++ b/include/dosexe.h @@ -29,7 +29,7 @@ typedef struct _DOSTASK { pid_t task; } DOSTASK, *LPDOSTASK; -#ifdef linux +#if defined(linux) && defined(__i386__) #define MZ_SUPPORTED @@ -40,7 +40,7 @@ extern int MZ_InitMemory( LPDOSTASK lpDosTask, struct _NE_MODULE *pModule ); extern void MZ_KillModule( LPDOSTASK lpDosTask ); extern LPDOSTASK MZ_AllocDPMITask( HMODULE16 hModule ); -#endif /* linux */ +#endif /* linux-i386 */ #define V86_FLAG 0x00020000