ddraw: Get rid of ICOM_VFIELD_MULTI_NAME2.

Henri Verbeet hverbeet at codeweavers.com
Wed Jan 21 02:56:12 CST 2009


---
 dlls/ddraw/ddcomimpl.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/ddraw/ddcomimpl.h b/dlls/ddraw/ddcomimpl.h
index 553d29f..387ee3e 100644
--- a/dlls/ddraw/ddcomimpl.h
+++ b/dlls/ddraw/ddcomimpl.h
@@ -24,8 +24,7 @@
 
 /* Generates the name for a vtable pointer for a given interface. */
 /* The canonical name for a single interface is "lpVtbl". */
-#define ICOM_VFIELD_MULTI_NAME2(iface) ITF_##iface
-#define ICOM_VFIELD_MULTI_NAME(iface) ICOM_VFIELD_MULTI_NAME2(iface)
+#define ICOM_VFIELD_MULTI_NAME(iface) iface##_vtbl
 
 /* Declares a vtable pointer field in an implementation. */
 #define ICOM_VFIELD_MULTI(iface) \
-- 
1.6.0.6



--------------090003050907040004060203--



More information about the wine-patches mailing list