dsound: Get rid of an unused macro.
This commit is contained in:
parent
fdb7286a2c
commit
bee1573cb7
|
@ -41,12 +41,6 @@
|
|||
#include "propkey.h"
|
||||
#include "devpkey.h"
|
||||
|
||||
#ifdef NONAMELESSSTRUCT
|
||||
# define S(x) (x).s
|
||||
#else
|
||||
# define S(x) (x)
|
||||
#endif
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dsound);
|
||||
|
||||
static WCHAR wInterface[] = { 'I','n','t','e','r','f','a','c','e',0 };
|
||||
|
|
Loading…
Reference in New Issue