msvcp90/tests: Don't redefine __thiscall.
This commit is contained in:
parent
1f6f84c7bb
commit
99db789eda
|
@ -60,6 +60,7 @@ static char* (__cdecl *p_Copy_s)(char*, size_t, const char*, size_t);
|
|||
static unsigned short (__cdecl *p_wctype)(const char*);
|
||||
static MSVCP__Ctypevec (__cdecl *p__Getctype)(void);
|
||||
|
||||
#undef __thiscall
|
||||
#ifdef __i386__
|
||||
#define __thiscall __stdcall
|
||||
#else
|
||||
|
|
|
@ -52,6 +52,7 @@ static void* (__cdecl *p_set_invalid_parameter_handler)(void*);
|
|||
static basic_string_char* (__cdecl *p_basic_string_char_concatenate)(basic_string_char*, const basic_string_char*, const basic_string_char*);
|
||||
static basic_string_char* (__cdecl *p_basic_string_char_concatenate_cstr)(basic_string_char*, const basic_string_char*, const char*);
|
||||
|
||||
#undef __thiscall
|
||||
#ifdef __i386__
|
||||
#define __thiscall __stdcall
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue