cryptnet: Remove an unneeded NONAMELESSSTRUCT directive.

Francois Gouget fgouget at free.fr
Mon Mar 9 16:21:12 CDT 2015


---
 dlls/cryptnet/cryptnet_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index 90057d9..9d05a91 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -22,7 +22,6 @@
 #include "wine/port.h"
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
 
 #include <stdio.h>
-- 
2.1.4




More information about the wine-patches mailing list