d3d9_36: Make a function static.

This commit is contained in:
Alexandre Julliard 2008-12-04 12:47:11 +01:00
parent 8eccb01a47
commit 2822e966a3
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ static HRESULT WINAPI ID3DXSpriteImpl_SetWorldViewLH(LPD3DXSPRITE iface, CONST D
}
/* Helper function */
void set_states(ID3DXSpriteImpl *object)
static void set_states(ID3DXSpriteImpl *object)
{
D3DXMATRIX mat;
D3DVIEWPORT9 vp;