Francois Gouget : crypt32: Remove an uneeded NONAMELESSUNION directive.
10 Mar
2015
10 Mar
'15
3:10 p.m.
Module: wine Branch: master Commit: fc49e63d71efac9929d83a9b7dc931d87311bdae URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc49e63d71efac9929d83a9b7d... Author: Francois Gouget <fgouget(a)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"
3938
Age (days ago)
3938
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard