mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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
Block a user