On Tue, Mar 23, 2010 at 11:15 AM, Paul Chitescu wrote:
> On Tuesday 23 March 2010 10:59:56 am Damjan Jovanovic wrote:
>> Hi
>>
>> Wine doesn't seem to support the fastcall calling convention:
>>
>> include/winternl.h:
>> /* These are implemented as __fa
On Tuesday 23 March 2010 10:59:56 am Damjan Jovanovic wrote:
> Hi
>
> Wine doesn't seem to support the fastcall calling convention:
>
> include/winternl.h:
> /* These are implemented as __fastcall, so we can't let Winelib apps
> link with them */
>
> dlls/h
Hi
Wine doesn't seem to support the fastcall calling convention:
include/winternl.h:
/* These are implemented as __fastcall, so we can't let Winelib apps
link with them */
dlls/hal/hal.c:
#ifdef __i386__
#define DEFINE_FASTCALL1_ENTRYPOINT( name ) \
__ASM_STDCALL_FUN