Module: wine Branch: master Commit: 17f425290eb63b84df819abaee63d0dcff2e8c3d URL: http://source.winehq.org/git/wine.git/?a=commit;h=17f425290eb63b84df819abaee...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 13 20:09:20 2015 +0100
ntprint: Remove an uneeded NONAMELESSUNION directive.
---
dlls/ntprint/ntprint.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/ntprint/ntprint.c b/dlls/ntprint/ntprint.c index a5431b6..b6d77b3 100644 --- a/dlls/ntprint/ntprint.c +++ b/dlls/ntprint/ntprint.c @@ -21,7 +21,6 @@ #include <stdarg.h>
#define COBJMACROS -#define NONAMELESSUNION
#include "windef.h" #include "winbase.h"