http://bugs.winehq.org/show_bug.cgi?id=27349
--- Comment #12 from André H. nerv@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__)) ;)