[PATCH 2/2] comsvcs: Register typelib

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Feb 7 21:50:01 CST 2017


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/comsvcs/Makefile.in         |  3 +++
 dlls/comsvcs/comsvcs_private.idl | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 dlls/comsvcs/comsvcs_private.idl

diff --git a/dlls/comsvcs/Makefile.in b/dlls/comsvcs/Makefile.in
index 1bf9f4fdc6..a5554c1bd0 100644
--- a/dlls/comsvcs/Makefile.in
+++ b/dlls/comsvcs/Makefile.in
@@ -4,3 +4,6 @@ IMPORTS   = ole32
 
 C_SRCS = \
 	main.c
+
+IDL_SRCS = \
+	comsvcs_private.idl
diff --git a/dlls/comsvcs/comsvcs_private.idl b/dlls/comsvcs/comsvcs_private.idl
new file mode 100644
index 0000000000..04041a08c4
--- /dev/null
+++ b/dlls/comsvcs/comsvcs_private.idl
@@ -0,0 +1,22 @@
+/*
+ * COM+ Services
+ *
+ * Copyright 2017 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 regtypelib
+
+#include "comsvcs.idl"
-- 
2.11.0




More information about the wine-patches mailing list