Commit 75bb4359 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Make create_commdlgbrowser3() static.

parent 7d9cd71d
......@@ -411,7 +411,7 @@ static const ICommDlgBrowser3Vtbl cdbvtbl =
ICommDlgBrowser3_fnOnPreviewCreated
};
ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
static ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
{
ICommDlgBrowser3Impl *cdb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment