Skip to content
Snippets Groups Projects
Commit a41f63df authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent 968ccaa6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment