Module: wine Branch: master Commit: d30c037a1e04fb921352620d769eb28bbf401a79 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d30c037a1e04fb921352620d76...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 22:25:49 2015 +0100
cryptnet/tests: Remove an uneeded NONAMELESSUNION directive.
---
dlls/cryptnet/tests/cryptnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/cryptnet/tests/cryptnet.c b/dlls/cryptnet/tests/cryptnet.c index 4ab88ec..8600fda 100644 --- a/dlls/cryptnet/tests/cryptnet.c +++ b/dlls/cryptnet/tests/cryptnet.c @@ -19,7 +19,7 @@ */ #include <stdarg.h> #include <stdio.h> -#define NONAMELESSUNION + #include <windef.h> #include <winbase.h> #include <winerror.h>