commit | 8c6dbc7a3e0b18b673489fbbe3d1b78adff279bf | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Sun Jan 13 17:49:51 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 14 15:50:58 2008 +0100 |
tree | 2ec33c8fe5fa65e29209dff1f14f3c0088b14e86 | |
parent | 6db84ae4c603e92ce78d3c5254e938fd102bcee1 [diff] |
winedump: Use the DEFINE_THISCALL_WRAPPER macro instead of the GET_THIS macro for functions with __thiscall calling convention. Wine doesn't use GET_THIS but DEFINE_THISCALL_WRAPPER.