shell32/tests: Make test_cbsize() static.

Francois Gouget fgouget at free.fr
Fri Dec 12 03:21:52 CST 2008


---
 dlls/shell32/tests/systray.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/systray.c b/dlls/shell32/tests/systray.c
index 23a6614..1f505ec 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;
-- 
1.5.6.5




More information about the wine-patches mailing list