Module: wine Branch: master Commit: 387232e2ac023559072833725cdea72317b8e67d URL: http://source.winehq.org/git/wine.git/?a=commit;h=387232e2ac023559072833725c...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 22:20:54 2015 +0100
compstui: Remove an uneeded NONAMELESSUNION directive.
---
dlls/compstui/compstui_main.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/compstui/compstui_main.c b/dlls/compstui/compstui_main.c index 41b2441..0225036 100644 --- a/dlls/compstui/compstui_main.c +++ b/dlls/compstui/compstui_main.c @@ -21,7 +21,6 @@ #include <stdarg.h>
#define COBJMACROS -#define NONAMELESSUNION
#include "windef.h" #include "winbase.h"