Module: wine Branch: master Commit: 16a77b89e99948690393e4384b6d5d6fe76bd0c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=16a77b89e99948690393e4384b...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 22:21:12 2015 +0100
cryptnet: Remove an unneeded NONAMELESSSTRUCT directive.
---
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>