msi: Make create_record() static.
This commit is contained in:
parent
84bc0f7888
commit
f5a5cc067a
|
@ -926,7 +926,7 @@ static HRESULT RecordImpl_Invoke(
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
HRESULT create_record(MSIHANDLE msiHandle, IDispatch **disp)
|
||||
static HRESULT create_record(MSIHANDLE msiHandle, IDispatch **disp)
|
||||
{
|
||||
AutomationObject *record;
|
||||
HRESULT hr;
|
||||
|
|
Loading…
Reference in New Issue