Skip to content
Snippets Groups Projects
Commit 8ccb0a54 authored by Ove Kåven's avatar Ove Kåven Committed by Alexandre Julliard
Browse files

Don't define MZ_SUPPORTED on non-i386 platforms.

parent 373bd357
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment