From 596311cd5de176096e62ce86dd41784a656d7805 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 12 Dec 2008 10:21:52 +0100 Subject: [PATCH] shell32/tests: Make test_cbsize() static. --- dlls/shell32/tests/systray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/tests/systray.c b/dlls/shell32/tests/systray.c index 23a6614b55..1f505ecfca 100644 --- a/dlls/shell32/tests/systray.c +++ b/dlls/shell32/tests/systray.c @@ -28,7 +28,7 @@ static HWND hMainWnd; static BOOL (WINAPI *pShell_NotifyIconW)(DWORD,PNOTIFYICONDATAW); -void test_cbsize(void) +static void test_cbsize(void) { NOTIFYICONDATAA nidA; BOOL ret;