Commit f5a5cc06 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi: Make create_record() static.

parent 84bc0f78
......@@ -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;
......
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