Module: wine Branch: master Commit: 3b4cc4464d66577db2b25934390a7481a2c5dc31 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b4cc4464d66577db2b2593439...
Author: Francois Gouget fgouget@free.fr Date: Thu May 26 11:31:39 2011 +0200
comdlg32/tests: Make ensure_zero_events_() static.
---
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);