dsound: Get rid of an unused macro.

Michael Stefaniuc mstefani at redhat.de
Fri Sep 14 05:11:52 CDT 2012


---
 dlls/dsound/propset.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/dsound/propset.c b/dlls/dsound/propset.c
index d14a388..6c0b9f4 100644
--- a/dlls/dsound/propset.c
+++ b/dlls/dsound/propset.c
@@ -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 };
-- 
1.7.7.6



More information about the wine-patches mailing list