http://bugs.winehq.org/show_bug.cgi?id=20098
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-09-22 01:14:07 --- You could try adding the code to emulate what you need to dlls/kernel32/instr.c,__wine_emulate_instruction(), which is called by dlls/ntoskrnl.exe/ntoskrnl.c,vectored_handler().
Perhaps even simple emulation will help your application.