scrrun/tests: Make test_interfaces() static.
This commit is contained in:
parent
a3da9a7ab4
commit
fe04204d11
|
@ -29,7 +29,7 @@
|
||||||
#include "initguid.h"
|
#include "initguid.h"
|
||||||
#include "scrrun.h"
|
#include "scrrun.h"
|
||||||
|
|
||||||
void test_interfaces(void)
|
static void test_interfaces(void)
|
||||||
{
|
{
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
IDispatch *disp;
|
IDispatch *disp;
|
||||||
|
|
Loading…
Reference in New Issue