quartz/tests: Remove an uneeded NONAMELESSUNION directive.

Francois Gouget fgouget at free.fr
Wed Mar 18 02:22:40 CDT 2015


---

Defining NONAMELESSUNION is not necessary when using the U() macros.

 dlls/quartz/tests/dsoundrender.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/quartz/tests/dsoundrender.c b/dlls/quartz/tests/dsoundrender.c
index c613423..c350192 100644
--- a/dlls/quartz/tests/dsoundrender.c
+++ b/dlls/quartz/tests/dsoundrender.c
@@ -19,7 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSUNION
 #define COBJMACROS
 
 #include "wine/test.h"
-- 
2.1.4



More information about the wine-patches mailing list