diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c index c39e17c6351..faaf6c77d03 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;