msi: Make create_record() static.

This commit is contained in:
Francois Gouget 2012-04-20 08:40:15 +02:00 committed by Alexandre Julliard
parent 84bc0f7888
commit f5a5cc067a

View File

@ -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;