comdlg32: Mark one vtable as static.
This commit is contained in:
parent
4a0a1d19f8
commit
be47d06744
|
@ -3530,7 +3530,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnSetControlItemText(IFileDialogCusto
|
|||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
const IFileDialogCustomizeVtbl vt_IFileDialogCustomize = {
|
||||
static const IFileDialogCustomizeVtbl vt_IFileDialogCustomize = {
|
||||
IFileDialogCustomize_fnQueryInterface,
|
||||
IFileDialogCustomize_fnAddRef,
|
||||
IFileDialogCustomize_fnRelease,
|
||||
|
|
Loading…
Reference in New Issue