Module: wine Branch: master Commit: dc9684b6632024dda96e06c6ddfad18737b48235 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc9684b6632024dda96e06c6dd...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 13 10:31:58 2015 +0100
localspl: Remove uneeded NONAMELESSUNION directives.
---
dlls/localspl/localmon.c | 1 - dlls/localspl/localspl_main.c | 1 - dlls/localspl/provider.c | 1 - 3 files changed, 3 deletions(-)
diff --git a/dlls/localspl/localmon.c b/dlls/localspl/localmon.c index 8737a06..4ee3efb 100644 --- a/dlls/localspl/localmon.c +++ b/dlls/localspl/localmon.c @@ -21,7 +21,6 @@ #include <stdarg.h>
#define COBJMACROS -#define NONAMELESSUNION
#include "windef.h" #include "winbase.h" diff --git a/dlls/localspl/localspl_main.c b/dlls/localspl/localspl_main.c index d4a3c33..48db9c3 100644 --- a/dlls/localspl/localspl_main.c +++ b/dlls/localspl/localspl_main.c @@ -21,7 +21,6 @@ #include <stdarg.h>
#define COBJMACROS -#define NONAMELESSUNION
#include "windef.h" #include "winbase.h" diff --git a/dlls/localspl/provider.c b/dlls/localspl/provider.c index 8256c5c..b5fcdb1 100644 --- a/dlls/localspl/provider.c +++ b/dlls/localspl/provider.c @@ -21,7 +21,6 @@ #include <stdarg.h>
#define COBJMACROS -#define NONAMELESSUNION
#include "windef.h" #include "winbase.h"