[2/2] oleview: Remove an unneeded NONAMELESSUNION define.

Francois Gouget fgouget at free.fr
Tue Oct 27 05:58:32 CDT 2015


It has been made unnecessary by the wine_dbgstr_variant() fix.

Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 programs/oleview/typelib.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index 3a60348..04b9067 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSUNION
-
 #include "main.h"
 
 #include "wine/debug.h"
-- 
2.6.1



More information about the wine-patches mailing list