msvcp90/tests: Don't redefine __thiscall (resend).

Alexandre Julliard julliard at winehq.org
Tue Mar 13 10:28:55 CDT 2012


Nicolas Le Cam <niko.lecam at gmail.com> writes:

> @@ -60,11 +60,13 @@ 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);
>  
> +#ifndef __thiscall
>  #ifdef __i386__
>  #define __thiscall __stdcall
>  #else
>  #define __thiscall __cdecl
>  #endif
> +#endif

That seems dangerous, we don't know what it has been defined to.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list