Francois Gouget : shell32/tests: Make test_cbsize() static.
Module: wine Branch: master Commit: 596311cd5de176096e62ce86dd41784a656d7805 URL: http://source.winehq.org/git/wine.git/?a=commit;h=596311cd5de176096e62ce86dd... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Dec 12 10:21:52 2008 +0100 shell32/tests: Make test_cbsize() static. --- 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;
participants (1)
-
Alexandre Julliard