ieframe: Remove unneeded NONAMELESSXXX directives.

Move a NONAMELESSUNION directive to the one C file that needs it.
This commit is contained in:
Francois Gouget 2015-03-12 11:11:10 +01:00 committed by Alexandre Julliard
parent bc68822c09
commit 6ddd879515
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,6 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"

View File

@ -29,6 +29,8 @@
#include <stdio.h>
#define NONAMELESSUNION
#include "ieframe.h"
#include "shlobj.h"

View File

@ -17,7 +17,6 @@
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ieframe.h"