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
1 changed files with 1 additions and 1 deletions

View File

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