Commit 7b5f3188 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dmsynth: Remove a now unused macro.

parent f78ed39b
...@@ -104,12 +104,6 @@ typedef struct { ...@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment