Commit be47d067 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

comdlg32: Mark one vtable as static.

parent 4a0a1d19
...@@ -3530,7 +3530,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnSetControlItemText(IFileDialogCusto ...@@ -3530,7 +3530,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnSetControlItemText(IFileDialogCusto
return E_NOTIMPL; return E_NOTIMPL;
} }
const IFileDialogCustomizeVtbl vt_IFileDialogCustomize = { static const IFileDialogCustomizeVtbl vt_IFileDialogCustomize = {
IFileDialogCustomize_fnQueryInterface, IFileDialogCustomize_fnQueryInterface,
IFileDialogCustomize_fnAddRef, IFileDialogCustomize_fnAddRef,
IFileDialogCustomize_fnRelease, IFileDialogCustomize_fnRelease,
......
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