From: Francois Gouget Subject: windowscodecs: Remove unneeded NONAMELESSXXX directives. Message-Id: Date: Thu, 26 Mar 2015 15:29:53 +0100 (CET) --- dlls/windowscodecs/proxy.c | 1 - dlls/windowscodecs/regsvr.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/dlls/windowscodecs/proxy.c b/dlls/windowscodecs/proxy.c index 38f076f..10d34e3 100644 --- a/dlls/windowscodecs/proxy.c +++ b/dlls/windowscodecs/proxy.c @@ -23,7 +23,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION #include "windef.h" #include "winbase.h" diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c index 91df294..28469c7 100644 --- a/dlls/windowscodecs/regsvr.c +++ b/dlls/windowscodecs/regsvr.c @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #define COBJMACROS #include #include -- 2.1.4