shell32/tests: Make create_commdlgbrowser3() static.
This commit is contained in:
parent
7d9cd71db7
commit
75bb4359d7
|
@ -411,7 +411,7 @@ static const ICommDlgBrowser3Vtbl cdbvtbl =
|
|||
ICommDlgBrowser3_fnOnPreviewCreated
|
||||
};
|
||||
|
||||
ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
|
||||
static ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
|
||||
{
|
||||
ICommDlgBrowser3Impl *cdb;
|
||||
|
||||
|
|
Loading…
Reference in New Issue