Fixed non-i386 compile.

This commit is contained in:
Andreas Mohr 1999-01-28 17:32:57 +00:00 committed by Alexandre Julliard
parent c2a1063940
commit 4d71236544
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@ extern LPDOSTASK MZ_AllocDPMITask( HMODULE16 hModule );
#define V86_FLAG 0x00020000
extern void (*ctx_debug_call)( int, CONTEXT* );
#ifdef __i386__
extern BOOL32 (*instr_emu_call)( SIGCONTEXT* );
#endif
extern void MZ_Tick( WORD handle );