Commit 4d712365 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Fixed non-i386 compile.

parent c2a10639
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment