msvcp90/tests: Remove thiscall_thunk_retptr struct definitions.
This commit is contained in:
parent
45a19b0c9b
commit
f3c154197e
|
@ -544,8 +544,6 @@ static void * (WINAPI *call_thiscall_func5)( void *func, void *this, const void
|
||||||
static void * (WINAPI *call_thiscall_func2_ptr_dbl)( void *func, void *this, double a );
|
static void * (WINAPI *call_thiscall_func2_ptr_dbl)( void *func, void *this, double a );
|
||||||
static void * (WINAPI *call_thiscall_func2_ptr_fpos)( void *func, void *this, fpos_int a );
|
static void * (WINAPI *call_thiscall_func2_ptr_fpos)( void *func, void *this, fpos_int a );
|
||||||
|
|
||||||
struct thiscall_thunk_retptr *thunk_retptr;
|
|
||||||
|
|
||||||
static void init_thiscall_thunk(void)
|
static void init_thiscall_thunk(void)
|
||||||
{
|
{
|
||||||
struct thiscall_thunk *thunk = VirtualAlloc( NULL, sizeof(*thunk),
|
struct thiscall_thunk *thunk = VirtualAlloc( NULL, sizeof(*thunk),
|
||||||
|
|
|
@ -149,7 +149,6 @@ static void * (WINAPI *call_thiscall_func2)( void *func, void *this, const void
|
||||||
static void * (WINAPI *call_thiscall_func3)( void *func, void *this, const void *a, const void *b );
|
static void * (WINAPI *call_thiscall_func3)( void *func, void *this, const void *a, const void *b );
|
||||||
static void * (WINAPI *call_thiscall_func5)( void *func, void *this, const void *a, const void *b,
|
static void * (WINAPI *call_thiscall_func5)( void *func, void *this, const void *a, const void *b,
|
||||||
const void *c, const void *d );
|
const void *c, const void *d );
|
||||||
struct thiscall_thunk_retptr *thunk_retptr;
|
|
||||||
|
|
||||||
static void init_thiscall_thunk(void)
|
static void init_thiscall_thunk(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue