Francois Gouget : cryptnet/tests: Remove an uneeded NONAMELESSUNION directive.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 10 10:10:03 CDT 2015


Module: wine
Branch: master
Commit: d30c037a1e04fb921352620d769eb28bbf401a79
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d30c037a1e04fb921352620d769eb28bbf401a79

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar  9 22:25:49 2015 +0100

cryptnet/tests: Remove an uneeded NONAMELESSUNION directive.

---

 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>




More information about the wine-cvs mailing list