Fixed non-i386 compile.
This commit is contained in:
parent
c2a1063940
commit
4d71236544
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue