dmsynth: Remove a now unused macro.
This commit is contained in:
parent
f78ed39b98
commit
7b5f318834
|
@ -104,12 +104,6 @@ typedef struct {
|
||||||
} guid_info;
|
} guid_info;
|
||||||
|
|
||||||
/* used for initialising structs (primarily for DMUS_OBJECTDESC) */
|
/* used for initialising structs (primarily for DMUS_OBJECTDESC) */
|
||||||
#define DM_STRUCT_INIT(x) \
|
|
||||||
do { \
|
|
||||||
memset((x), 0, sizeof(*(x))); \
|
|
||||||
(x)->dwSize = sizeof(*x); \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
#define FE(x) { x, #x }
|
#define FE(x) { x, #x }
|
||||||
#define GE(x) { &x, #x }
|
#define GE(x) { &x, #x }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue