diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c index b607358e230..f9a0150b4fa 100644 --- a/dlls/d3d8/device.c +++ b/dlls/d3d8/device.c @@ -1606,7 +1606,7 @@ static HRESULT WINAPI IDirect3DDevice8Impl_CreateVertexShader(LPDIRECT3DDEVICE8 return hrc; } -IWineD3DVertexDeclaration *IDirect3DDevice8Impl_FindDecl(IDirect3DDevice8Impl *This, DWORD fvf) +static IWineD3DVertexDeclaration *IDirect3DDevice8Impl_FindDecl(IDirect3DDevice8Impl *This, DWORD fvf) { HRESULT hr; IWineD3DVertexDeclaration* pDecl = NULL;