d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.
This commit is contained in:
parent
968ccaa60f
commit
a41f63dfcb
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue