Francois Gouget : d3d9: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Mon Nov 24 09:17:01 CST 2008


Module: wine
Branch: master
Commit: 1c87e4664f0bbd51ac4a3bd1af4437a5ee69677c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1c87e4664f0bbd51ac4a3bd1af4437a5ee69677c

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Nov 24 14:08:58 2008 +0100

d3d9: Remove WINAPI on static functions where not needed.

---

 dlls/d3d9/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c
index beedf92..679eaab 100644
--- a/dlls/d3d9/device.c
+++ b/dlls/d3d9/device.c
@@ -478,7 +478,7 @@ static void WINAPI IDirect3DDevice9Impl_GetGammaRamp(LPDIRECT3DDEVICE9EX iface,
 }
 
 
-static HRESULT  WINAPI IDirect3DDevice9Impl_CreateSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UINT Height, D3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IDirect3DSurface9 **ppSurface,D3DRESOURCETYPE Type, UINT Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality,HANDLE* pSharedHandle )  {
+static HRESULT IDirect3DDevice9Impl_CreateSurface(LPDIRECT3DDEVICE9EX iface, UINT Width, UINT Height, D3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IDirect3DSurface9 **ppSurface,D3DRESOURCETYPE Type, UINT Usage, D3DPOOL Pool, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality,HANDLE* pSharedHandle )  {
     HRESULT hrc;
     IDirect3DSurface9Impl *object;
     IDirect3DDevice9Impl  *This = (IDirect3DDevice9Impl *)iface;




More information about the wine-cvs mailing list