Commit 596311cd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Make test_cbsize() static.

parent e9e8fbd0
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
static HWND hMainWnd; static HWND hMainWnd;
static BOOL (WINAPI *pShell_NotifyIconW)(DWORD,PNOTIFYICONDATAW); static BOOL (WINAPI *pShell_NotifyIconW)(DWORD,PNOTIFYICONDATAW);
void test_cbsize(void) static void test_cbsize(void)
{ {
NOTIFYICONDATAA nidA; NOTIFYICONDATAA nidA;
BOOL ret; BOOL ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment