Module: wine
Branch: master
Commit: 06cbe44c45bd9c0fa4f1ad1713df478c828928f5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=06cbe44c45bd9c0fa4f1ad171…
Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Date: Thu Mar 20 10:19:14 2014 +1100
netcfgx: Register interfaces.
---
configure | 2 +-
configure.ac | 2 +-
dlls/netcfgx/Makefile.in | 2 ++
dlls/netcfgx/netcfgx_classes.idl | 21 +++++++++++++++++++++
include/netcfgx.idl | 1 +
5 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 847dbee..0c83270 100755
--- a/configure
+++ b/configure
@@ -17023,7 +17023,7 @@ wine_fn_config_dll msxml6 enable_msxml6 clean
wine_fn_config_dll nddeapi enable_nddeapi implib
wine_fn_config_dll netapi32 enable_netapi32 implib
wine_fn_config_test dlls/netapi32/tests netapi32_test
-wine_fn_config_dll netcfgx enable_netcfgx
+wine_fn_config_dll netcfgx enable_netcfgx clean
wine_fn_config_dll newdev enable_newdev implib
wine_fn_config_dll normaliz enable_normaliz implib
wine_fn_config_dll npmshtml enable_npmshtml
diff --git a/configure.ac b/configure.ac
index 4a7bca2..09c7e5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3027,7 +3027,7 @@ WINE_CONFIG_DLL(msxml6,,[clean])
WINE_CONFIG_DLL(nddeapi,,[implib])
WINE_CONFIG_DLL(netapi32,,[implib])
WINE_CONFIG_TEST(dlls/netapi32/tests)
-WINE_CONFIG_DLL(netcfgx)
+WINE_CONFIG_DLL(netcfgx,,[clean])
WINE_CONFIG_DLL(newdev,,[implib])
WINE_CONFIG_DLL(normaliz,,[implib])
WINE_CONFIG_DLL(npmshtml)
diff --git a/dlls/netcfgx/Makefile.in b/dlls/netcfgx/Makefile.in
index 22b10ae..29277db 100644
--- a/dlls/netcfgx/Makefile.in
+++ b/dlls/netcfgx/Makefile.in
@@ -2,3 +2,5 @@ MODULE = netcfgx.dll
C_SRCS = \
main.c
+
+IDL_SRCS = netcfgx_classes.idl
diff --git a/dlls/netcfgx/netcfgx_classes.idl b/dlls/netcfgx/netcfgx_classes.idl
new file mode 100644
index 0000000..3dd64bb
--- /dev/null
+++ b/dlls/netcfgx/netcfgx_classes.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2014 Alistair Leslie-Hughes
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#pragma makedep register
+
+#include "netcfgx.idl"
diff --git a/include/netcfgx.idl b/include/netcfgx.idl
index c465410..75c0a94 100644
--- a/include/netcfgx.idl
+++ b/include/netcfgx.idl
@@ -106,6 +106,7 @@ interface INetCfg : IUnknown
};
[
+ helpstring("Network Configuration Component Object"),
threading(both),
uuid(5b035261-40f9-11d1-aaec-00805fc1270e)
]