Uwe Bonnes <[EMAIL PROTECTED]> writes:
> But my original question was about a transparent way to add a custom
> interrupt handler perhaps with some entry in wine.conf like
>
> [INTERRUPTS]
> Int7b=/home/bon/int7b_handle.so
>
> and Wine loading that dll on startup and or on first entry to
> BUILTIN_DefaultIntHandler and then doing the stuff in announced dll
> instead of barfing.
Rather than doing an interrupt-specific hack, I'd suggest implementing
the LD_PRELOAD Windows equivalent (there is a registry key for that),
so that you can load any dll into a process. Then your dll entry point
can install an interrupt handler with INT_SetPMHandler.
--
Alexandre Julliard
[EMAIL PROTECTED]