winedump: Use the DEFINE_THISCALL_WRAPPER macro instead of the GET_THIS macro for...
commit8c6dbc7a3e0b18b673489fbbe3d1b78adff279bf
authorMichael Stefaniuc <mstefani@redhat.de>
Sun, 13 Jan 2008 16:49:51 +0000 (13 17:49 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Jan 2008 14:50:58 +0000 (14 15:50 +0100)
tree2ec33c8fe5fa65e29209dff1f14f3c0088b14e86
parent6db84ae4c603e92ce78d3c5254e938fd102bcee1
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.
tools/winedump/output.c