msi: Make create_record() static.

Francois Gouget fgouget at free.fr
Fri Apr 20 01:40:15 CDT 2012


---
 dlls/msi/automation.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/automation.c b/dlls/msi/automation.c
index f1a3532..375191e 100644
--- a/dlls/msi/automation.c
+++ b/dlls/msi/automation.c
@@ -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;
-- 
1.7.9.5




More information about the wine-patches mailing list