Commit 2dec1ba4 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.

Removed persistent thunk creation routines.
parent d94475bd
......@@ -21,8 +21,6 @@ extern int (*IF1632_CallLargeStack)( int (*func)(void), void *arg );
typedef void (*RELAY)();
extern FARPROC THUNK_Alloc( FARPROC16 func, RELAY relay );
extern void THUNK_Free( FARPROC thunk );
extern FARPROC16 THUNK_GetProc( FARPROC thunk );
extern FARPROC THUNK_Find( FARPROC16 func );
typedef struct
{
......
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