Francois Gouget : shell32/tests: Make test_ShellItemGetAttributes() static.
Module: wine Branch: master Commit: 91de605dd2cc11d45ccbefcd0367481b3cc5864f URL: http://source.winehq.org/git/wine.git/?a=commit;h=91de605dd2cc11d45ccbefcd03... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Mar 16 08:32:56 2011 +0100 shell32/tests: Make test_ShellItemGetAttributes() static. --- dlls/shell32/tests/shlfolder.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c index 3d9c959..cc68280 100644 --- a/dlls/shell32/tests/shlfolder.c +++ b/dlls/shell32/tests/shlfolder.c @@ -3673,7 +3673,7 @@ static void test_ShellItemBindToHandler(void) pILFree(pidl_desktop); } -void test_ShellItemGetAttributes(void) +static void test_ShellItemGetAttributes(void) { IShellItem *psi; LPITEMIDLIST pidl_desktop;
participants (1)
-
Alexandre Julliard