http://bugs.winehq.org/show_bug.cgi?id=27349 --- Comment #12 from André H. <nerv(a)dawncrow.de> 2011-07-11 12:57:06 CDT --- is just tried #define FIXME_FUNCSTART(args...) __asm__ __volatile__( \ "nop\n\tnop\n\tnop\n\tnop\n\t" ); \ "nop\n\tnop\n\tnop\n\tnop\n\t" ); \ FIXME(args) but the pc_thunk call is still before the NOPs, so i tried something similar to DEFINE_THISCALL_WRAPPER but i didn't managed to make it compile. @Anastasius: I still would be interested in the table with #define WINAPI __stdcall __attribute__((__ms_hook_prologue__)) ;) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.