[2/2] netcfgx: Register interfaces

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed Mar 19 22:03:53 CDT 2014


Hi,

Changelog:
       netcfgx: Register interfaces


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 9d57132b37a5f327356c060a9356a8d2a82156f0 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Thu, 20 Mar 2014 10:19:14 +1100
Subject: [PATCH] Register interfaces
To: wine-patches <wine-patches at winehq.org>

---
 dlls/netcfgx/Makefile.in         |  2 ++
 dlls/netcfgx/netcfgx_classes.idl | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 dlls/netcfgx/netcfgx_classes.idl

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"
-- 
1.8.3.2



More information about the wine-patches mailing list