d3d8: Make some test functions static.

This commit is contained in:
H. Verbeet 2006-06-10 23:48:36 +02:00 committed by Alexandre Julliard
parent a87a153587
commit 142a62be74
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ static int get_refcount(IUnknown *object)
trace("%s failed: %s\n", c, DXGetErrorString8(r)); \
}
void test_swapchain(void)
static void test_swapchain(void)
{
HRESULT hr;
HWND hwnd = NULL;
@ -153,7 +153,7 @@ void test_swapchain(void)
DestroyWindow( hwnd );
}
void test_refcount(void)
static void test_refcount(void)
{
HRESULT hr;
HWND hwnd = NULL;