dsound: Get rid of an unused macro.

This commit is contained in:
Michael Stefaniuc 2012-09-14 12:11:52 +02:00 committed by Alexandre Julliard
parent fdb7286a2c
commit bee1573cb7
1 changed files with 0 additions and 6 deletions

View File

@ -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 };