Module: wine Branch: master Commit: 94c98d069739e651f77504c173547b9238d6a0bc URL: http://source.winehq.org/git/wine.git/?a=commit;h=94c98d069739e651f77504c173...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jan 21 09:56:12 2009 +0100
ddraw: Get rid of ICOM_VFIELD_MULTI_NAME2.
---
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) \