From 387232e2ac023559072833725cdea72317b8e67d Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 9 Mar 2015 22:20:54 +0100 Subject: [PATCH] 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 41b24416176..0225036108d 100644 --- a/dlls/compstui/compstui_main.c +++ b/dlls/compstui/compstui_main.c @@ -21,7 +21,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION #include "windef.h" #include "winbase.h"