Re: d3d9: Remove WINAPI on static functions where not needed.

2008-11-24 Thread Francois Gouget
Henri Verbeet wrote: > 2008/11/24 Vitaliy Margolen <[EMAIL PROTECTED]>: >>> /* This isn't in MSDN! >>> -static HRESULT WINAPI >>> IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX iface, >>> IDirect3DSurface9* pDestSurface) { >>> +static HRESULT IDirect3DDevice9Impl_GetFrontBuffer(LPDIRE

Re: d3d9: Remove WINAPI on static functions where not needed.

2008-11-24 Thread Henri Verbeet
2008/11/24 Vitaliy Margolen <[EMAIL PROTECTED]>: >> /* This isn't in MSDN! >> -static HRESULT WINAPI >> IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX iface, >> IDirect3DSurface9* pDestSurface) { >> +static HRESULT IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX >> iface, IDi

Re: d3d9: Remove WINAPI on static functions where not needed.

2008-11-23 Thread Vitaliy Margolen
Francois Gouget wrote: > --- > > If you know other places where the functions touched by this patch > are used, please let me know. For more details, see: > > /* This isn't in MSDN! > -static HRESULT WINAPI > IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX iface, > IDirect3DSurfa