ddraw: Get rid of ICOM_VFIELD_MULTI_NAME2.

oldstable
Henri Verbeet 2009-01-21 09:56:12 +01:00 committed by Alexandre Julliard
parent 3ba0eed071
commit 94c98d0697
1 changed files with 1 additions and 2 deletions

View File

@ -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) \