hnetcfg: Make NetFwOpenPort_create() static.

Francois Gouget fgouget at free.fr
Wed Oct 21 02:34:28 CDT 2009


---
 dlls/hnetcfg/port.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c
index 627ae39..c80b5f7 100644
--- a/dlls/hnetcfg/port.c
+++ b/dlls/hnetcfg/port.c
@@ -319,7 +319,7 @@ static const struct INetFwOpenPortVtbl fw_port_vtbl =
     fw_port_get_BuiltIn
 };
 
-HRESULT NetFwOpenPort_create( IUnknown *pUnkOuter, LPVOID *ppObj )
+static HRESULT NetFwOpenPort_create( IUnknown *pUnkOuter, LPVOID *ppObj )
 {
     fw_port *fp;
 
-- 
1.6.3.3



More information about the wine-patches mailing list