shell32/tests: Make create_commdlgbrowser3() static.

This commit is contained in:
Francois Gouget 2010-09-13 10:45:46 +02:00 committed by Alexandre Julliard
parent 7d9cd71db7
commit 75bb4359d7
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ static const ICommDlgBrowser3Vtbl cdbvtbl =
ICommDlgBrowser3_fnOnPreviewCreated
};
ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
static ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
{
ICommDlgBrowser3Impl *cdb;