Commit 99db789e authored by Nicolas Le Cam's avatar Nicolas Le Cam Committed by Alexandre Julliard

msvcp90/tests: Don't redefine __thiscall.

parent 1f6f84c7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment