d3dx9_36/tests: Make a couple of test functions static.

This commit is contained in:
Francois Gouget 2012-06-12 10:25:33 +02:00 committed by Alexandre Julliard
parent 15846adef0
commit bebcce32b0
1 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ static void test_ID3DXFont(IDirect3DDevice9 *device)
} else skip("Failed to create a ID3DXFont object\n");
}
void test_D3DXCreateRenderToSurface(IDirect3DDevice9 *device)
static void test_D3DXCreateRenderToSurface(IDirect3DDevice9 *device)
{
int i;
HRESULT hr;
@ -885,7 +885,7 @@ static void test_ID3DXRenderToSurface(IDirect3DDevice9 *device)
test_ID3DXRenderToSurface_device_state(device);
}
void test_D3DXCreateRenderToEnvMap(IDirect3DDevice9 *device)
static void test_D3DXCreateRenderToEnvMap(IDirect3DDevice9 *device)
{
int i;
HRESULT hr;