mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
dmsynth: Remove a now unused macro.
This commit is contained in:
parent
f78ed39b98
commit
7b5f318834
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue