cryptnet/tests: Remove an uneeded NONAMELESSUNION directive.

Francois Gouget fgouget at free.fr
Mon Mar 9 16:25:49 CDT 2015


---
 dlls/cryptnet/tests/cryptnet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/cryptnet/tests/cryptnet.c b/dlls/cryptnet/tests/cryptnet.c
index 4ab88ec..8600fda 100644
--- a/dlls/cryptnet/tests/cryptnet.c
+++ b/dlls/cryptnet/tests/cryptnet.c
@@ -19,7 +19,7 @@
  */
 #include <stdarg.h>
 #include <stdio.h>
-#define NONAMELESSUNION
+
 #include <windef.h>
 #include <winbase.h>
 #include <winerror.h>
-- 
2.1.4




More information about the wine-patches mailing list