widl: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Thu Apr 2 18:25:16 CDT 2015


---
 tools/widl/typelib.c    | 3 ---
 tools/widl/write_msft.c | 1 -
 2 files changed, 4 deletions(-)

diff --git a/tools/widl/typelib.c b/tools/widl/typelib.c
index 8632fdf..6ac748f 100644
--- a/tools/widl/typelib.c
+++ b/tools/widl/typelib.c
@@ -32,9 +32,6 @@
 #include <string.h>
 #include <ctype.h>
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-
 #include "windef.h"
 #include "winbase.h"
 
diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c
index adffe85..4c85849 100644
--- a/tools/widl/write_msft.c
+++ b/tools/widl/write_msft.c
@@ -38,7 +38,6 @@
 #include <time.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "winerror.h"
 #include "windef.h"
-- 
2.1.4




More information about the wine-patches mailing list