d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.
diff --git a/dlls/d3dx9_36/tests/xfile.c b/dlls/d3dx9_36/tests/xfile.c
index 08a2ae1..3ab30a9 100644
--- a/dlls/d3dx9_36/tests/xfile.c
+++ b/dlls/d3dx9_36/tests/xfile.c
@@ -47,7 +47,7 @@
"}\n";
-void test_templates(void)
+static void test_templates(void)
{
ID3DXFile *d3dxfile;
HRESULT ret;
diff --git a/dlls/d3dx9_36/xfile.c b/dlls/d3dx9_36/xfile.c
index 5d4d6aa..6c9403e 100644
--- a/dlls/d3dx9_36/xfile.c
+++ b/dlls/d3dx9_36/xfile.c
@@ -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)
{