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;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
HRESULT create_record(MSIHANDLE msiHandle, IDispatch **disp)
|
static HRESULT create_record(MSIHANDLE msiHandle, IDispatch **disp)
|
||||||
{
|
{
|
||||||
AutomationObject *record;
|
AutomationObject *record;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user