Module: wine Branch: master Commit: fc49e63d71efac9929d83a9b7dc931d87311bdae URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc49e63d71efac9929d83a9b7d...
Author: Francois Gouget fgouget@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"