Module: wine Branch: master Commit: 75bb4359d70c785de2f924fca889e730230456be URL: http://source.winehq.org/git/wine.git/?a=commit;h=75bb4359d70c785de2f924fca8...
Author: Francois Gouget fgouget@free.fr Date: Mon Sep 13 10:45:46 2010 +0200
shell32/tests: Make create_commdlgbrowser3() static.
---
dlls/shell32/tests/ebrowser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c index c39e17c..faaf6c7 100644 --- a/dlls/shell32/tests/ebrowser.c +++ b/dlls/shell32/tests/ebrowser.c @@ -411,7 +411,7 @@ static const ICommDlgBrowser3Vtbl cdbvtbl = ICommDlgBrowser3_fnOnPreviewCreated };
-ICommDlgBrowser3Impl *create_commdlgbrowser3(void) +static ICommDlgBrowser3Impl *create_commdlgbrowser3(void) { ICommDlgBrowser3Impl *cdb;