Commit 142a62be authored by H. Verbeet's avatar H. Verbeet Committed by Alexandre Julliard

d3d8: Make some test functions static.

parent a87a1535
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment