scrrun/tests: Make test_interfaces() static.

This commit is contained in:
Francois Gouget 2012-04-20 08:40:00 +02:00 committed by Alexandre Julliard
parent a3da9a7ab4
commit fe04204d11
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "initguid.h"
#include "scrrun.h"
void test_interfaces(void)
static void test_interfaces(void)
{
HRESULT hr;
IDispatch *disp;