Commit 6ddd8795 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ieframe: Remove unneeded NONAMELESSXXX directives.

Move a NONAMELESSUNION directive to the one C file that needs it.
parent bc68822c
......@@ -21,7 +21,6 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
......
......@@ -29,6 +29,8 @@
#include <stdio.h>
#define NONAMELESSUNION
#include "ieframe.h"
#include "shlobj.h"
......
......@@ -17,7 +17,6 @@
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ieframe.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment