hnetcfg: [6/8] Add base code for the DLL and define the INetFwMgr interface

Jeff Latimer lats at yless4u.com.au
Fri May 11 07:54:17 CDT 2007


This file adds the base dll code and the classfactory.  It also adds the 
INetFwMgr interface as the first interface and includes the dlls in 
configure and various Makefile.in's so that it will be able to be compiled.

Jeff Latimer

---
  Makefile.in                 |    1 +
  configure                   |    3 +
  configure.ac                |    1 +
  dlls/Makefile.in            |    1 +
  dlls/hnetcfg/Makefile.in    |   17 ++++
  dlls/hnetcfg/hnetcfg_main.c |  209 
+++++++++++++++++++++++++++++++++++++++++
  dlls/hnetcfg/netfwmgr.c     |  215 
+++++++++++++++++++++++++++++++++++++++++++
  7 files changed, 447 insertions(+), 0 deletions(-)
  create mode 100644 dlls/hnetcfg/Makefile.in
  create mode 100644 dlls/hnetcfg/hnetcfg_main.c
  create mode 100644 dlls/hnetcfg/netfwmgr.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 30a616c78191664ec32f37b7ee76a1a127d3775f.diff
Type: text/x-patch
Size: 14526 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070511/0cf963f1/30a616c78191664ec32f37b7ee76a1a127d3775f.bin


More information about the wine-patches mailing list