Commit a41f63df authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 968ccaa6
......@@ -47,7 +47,7 @@ char templates[] =
"}\n";
void test_templates(void)
static void test_templates(void)
{
ID3DXFile *d3dxfile;
HRESULT ret;
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment