From 142a62be74b1d0d106d59d93d4b2c4e34d03f3b3 Mon Sep 17 00:00:00 2001 From: "H. Verbeet" Date: Sat, 10 Jun 2006 23:48:36 +0200 Subject: [PATCH] d3d8: Make some test functions static. --- dlls/d3d8/tests/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/d3d8/tests/device.c b/dlls/d3d8/tests/device.c index 5a5ac797ad3..89986f8ecbc 100644 --- a/dlls/d3d8/tests/device.c +++ b/dlls/d3d8/tests/device.c @@ -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; -- 2.11.4.GIT