mapi32: Remove unneeded NONAMELESSXXX directives.

This commit is contained in:
Francois Gouget 2015-03-13 10:32:38 +01:00 committed by Alexandre Julliard
parent ddddd79aec
commit 548f986e25
3 changed files with 3 additions and 6 deletions

View File

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

View File

@ -19,8 +19,7 @@
*/ */
#include <stdarg.h> #include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winreg.h" #include "winreg.h"

View File

@ -23,8 +23,7 @@
#include <stdio.h> #include <stdio.h>
#define COBJMACROS #define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winreg.h" #include "winreg.h"