Francois Gouget : crypt32: 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: fc49e63d71efac9929d83a9b7dc931d87311bdae
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc49e63d71efac9929d83a9b7dc931d87311bdae

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

crypt32: Remove an uneeded NONAMELESSUNION directive.

---

 dlls/crypt32/ctl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/crypt32/ctl.c b/dlls/crypt32/ctl.c
index c18e608..b8b728f 100644
--- a/dlls/crypt32/ctl.c
+++ b/dlls/crypt32/ctl.c
@@ -20,7 +20,6 @@
 #include <assert.h>
 #include <stdarg.h>
 
-#define NONAMELESSUNION
 #include "windef.h"
 #include "winbase.h"
 #include "wincrypt.h"




More information about the wine-cvs mailing list