Module: wine Branch: master Commit: ce40bcf054aad6c8fcf07c5d7528d35aa1189df3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ce40bcf054aad6c8fcf07c5d75...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 13 20:07:07 2015 +0100
msxml3: Remove unneeded NONAMELESSUNION directives.
---
dlls/msxml3/domdoc.c | 1 - dlls/msxml3/mxnamespace.c | 1 - 2 files changed, 2 deletions(-)
diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c index 71cf077..e081f1a 100644 --- a/dlls/msxml3/domdoc.c +++ b/dlls/msxml3/domdoc.c @@ -20,7 +20,6 @@ */
#define COBJMACROS -#define NONAMELESSUNION
#include "config.h"
diff --git a/dlls/msxml3/mxnamespace.c b/dlls/msxml3/mxnamespace.c index f114d97..dc6ff9c 100644 --- a/dlls/msxml3/mxnamespace.c +++ b/dlls/msxml3/mxnamespace.c @@ -19,7 +19,6 @@ */
#define COBJMACROS -#define NONAMELESSUNION
#include "config.h"