shell32/tests: Make test_cbsize() static.

This commit is contained in:
Francois Gouget 2008-12-12 10:21:52 +01:00 committed by Alexandre Julliard
parent e9e8fbd0ef
commit 596311cd5d
1 changed files with 1 additions and 1 deletions

View File

@ -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;