Re: Add support for the Win32 hook prologue (try 3)

2009-09-11 Thread Kai Tietz
2009/9/11 Ross Ridge : > Stefan Dösinger writes: >>On a partly related topic, I think the Win64 ABI requires that the first >>function is two bytes long, and there at least 6 bytes of slack before >>the function. Does gcc implement that? > > As far as I can tell the Win64 ABI doesn't have either of

Re: Add support for the Win32 hook prologue (try 3)

2009-09-11 Thread Ross Ridge
Stefan Dösinger writes: >On a partly related topic, I think the Win64 ABI requires that the first >function is two bytes long, and there at least 6 bytes of slack before >the function. Does gcc implement that? As far as I can tell the Win64 ABI doesn't have either of these requirements. Microsoft