kernel32: workaround for ClipInc installer crash
commit7be40101a7b45a15886204c0b7934111756cc626
authorPeter Oberndorfer <kumbayo84@arcor.de>
Thu, 3 Jan 2008 21:24:56 +0000 (3 22:24 +0100)
committerPeter Oberndorfer <kumbayo84@arcor.de>
Thu, 3 Jan 2008 21:24:56 +0000 (3 22:24 +0100)
tree8a2b91b7e683fd06b420142f4b7bbe0aa40dd8ca
parentf97a20d382ca4ffae0c1562da93d7adfb713ff6b
kernel32: workaround for ClipInc installer crash

ClipInc tries to hook SetUnhandledExceptionFilter but when hooking it moves
the __i686.get_pc_thunk.cx into a temporary storage, and when called from there
it returns a bogus value
dlls/kernel32/except.c