comdlg32/tests: Make ensure_zero_events_() static.

Francois Gouget fgouget at free.fr
Thu May 26 04:31:39 CDT 2011


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

diff --git a/dlls/comdlg32/tests/itemdlg.c b/dlls/comdlg32/tests/itemdlg.c
index 1dfdf71..4c4e1ce 100644
--- a/dlls/comdlg32/tests/itemdlg.c
+++ b/dlls/comdlg32/tests/itemdlg.c
@@ -848,7 +848,7 @@ static void test_basics(void)
     ok(!ref, "Got refcount %d, should have been released.\n", ref);
 }
 
-void ensure_zero_events_(const char *file, int line, IFileDialogEventsImpl *impl)
+static void ensure_zero_events_(const char *file, int line, IFileDialogEventsImpl *impl)
 {
     ok_(file, line)(!impl->OnFileOk, "OnFileOk: %d\n", impl->OnFileOk);
     ok_(file, line)(!impl->OnFolderChanging, "OnFolderChanging: %d\n", impl->OnFolderChanging);
-- 
1.7.4.4



More information about the wine-patches mailing list