http://bugs.winehq.org/show_bug.cgi?id=15650
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2008-10-17 15:13:07 --- Hello,
yes nice bug ;-) A bit hard to debug/spot ... stack imbalance once again. The default entry point for wine's native subsystem drivers (winecrt0) needs stdcall decoration because the caller (winedevice) assumes WINAPI for the driver init function (PDRIVER_INITIALIZE).
Regards