msvcp90/tests: Don't redefine __thiscall.

oldstable
Nicolas Le Cam 2012-03-01 22:18:33 +01:00 committed by Alexandre Julliard
parent 1f6f84c7bb
commit 99db789eda
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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