d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.

This commit is contained in:
Francois Gouget 2013-01-07 07:45:35 +01:00 committed by Alexandre Julliard
parent 968ccaa60f
commit a41f63dfcb
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ char templates[] =
"}\n";
void test_templates(void)
static void test_templates(void)
{
ID3DXFile *d3dxfile;
HRESULT ret;

View File

@ -26,7 +26,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
HRESULT error_dxfile_to_d3dxfile(HRESULT error)
static HRESULT error_dxfile_to_d3dxfile(HRESULT error)
{
switch (error)
{