Re: Fastcall calling convention

2010-03-23 Thread Damjan Jovanovic
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

Re: Fastcall calling convention

2010-03-23 Thread Paul Chitescu
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

Fastcall calling convention

2010-03-23 Thread Damjan Jovanovic
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