[1/3] wmiutils: Rename wmiutils.idl to wmiutils_classes.idl.

Hans Leidekker hans at codeweavers.com
Fri Dec 21 06:57:07 CST 2012


This avoids a conflict with the global header introduced in the next patch.
---
 dlls/wmiutils/Makefile.in          |    2 +-
 dlls/wmiutils/wmiutils.idl         |   25 -------------------------
 dlls/wmiutils/wmiutils_classes.idl |   25 +++++++++++++++++++++++++
 3 files changed, 26 insertions(+), 26 deletions(-)
 delete mode 100644 dlls/wmiutils/wmiutils.idl
 create mode 100644 dlls/wmiutils/wmiutils_classes.idl

diff --git a/dlls/wmiutils/Makefile.in b/dlls/wmiutils/Makefile.in
index f12461f..c6ef892 100644
--- a/dlls/wmiutils/Makefile.in
+++ b/dlls/wmiutils/Makefile.in
@@ -5,6 +5,6 @@ C_SRCS = \
 	main.c \
 	statuscode.c
 
-IDL_R_SRCS = wmiutils.idl
+IDL_R_SRCS = wmiutils_classes.idl
 
 @MAKE_DLL_RULES@
diff --git a/dlls/wmiutils/wmiutils.idl b/dlls/wmiutils/wmiutils.idl
deleted file mode 100644
index c137e86..0000000
--- a/dlls/wmiutils/wmiutils.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * COM Classes for wmiutils
- *
- * Copyright 2010 Alexandre Julliard
- *
- * 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
- */
-
-[
-    threading(both),
-    uuid(eb87e1bd-3233-11d2-aec9-00c04fb68820)
-]
-coclass WbemStatusCode { interface IWbemStatusCodeText; }
diff --git a/dlls/wmiutils/wmiutils_classes.idl b/dlls/wmiutils/wmiutils_classes.idl
new file mode 100644
index 0000000..c137e86
--- /dev/null
+++ b/dlls/wmiutils/wmiutils_classes.idl
@@ -0,0 +1,25 @@
+/*
+ * COM Classes for wmiutils
+ *
+ * Copyright 2010 Alexandre Julliard
+ *
+ * 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
+ */
+
+[
+    threading(both),
+    uuid(eb87e1bd-3233-11d2-aec9-00c04fb68820)
+]
+coclass WbemStatusCode { interface IWbemStatusCodeText; }
-- 
1.7.10.4







More information about the wine-patches mailing list