Module: wine Branch: master Commit: ddddd79aec608542653bec9a518eb7a950a4339e URL: http://source.winehq.org/git/wine.git/?a=commit;h=ddddd79aec608542653bec9a51...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 13 10:32:19 2015 +0100
localui: Remove an uneeded NONAMELESSUNION directive.
---
dlls/localui/localui.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/localui/localui.c b/dlls/localui/localui.c index 382e2db..4ea653e 100644 --- a/dlls/localui/localui.c +++ b/dlls/localui/localui.c @@ -20,8 +20,6 @@
#include <stdarg.h>
-#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "wingdi.h"