mapi32: Remove redundant protections against duplicate header inclusion.
This commit is contained in:
parent
c9b9826786
commit
7fe20800e0
|
@ -24,9 +24,7 @@
|
|||
#endif
|
||||
|
||||
#include <winerror.h>
|
||||
#ifndef _OBJBASE_H_
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
|
||||
/* Some types from other headers */
|
||||
|
|
|
@ -19,18 +19,10 @@
|
|||
#ifndef MAPIX_H
|
||||
#define MAPIX_H
|
||||
|
||||
#ifndef MAPIDEFS_H
|
||||
#include <mapidefs.h>
|
||||
#endif
|
||||
#ifndef MAPICODE_H
|
||||
#include <mapicode.h>
|
||||
#endif
|
||||
#ifndef MAPIGUID_H
|
||||
#include <mapiguid.h>
|
||||
#endif
|
||||
#ifndef MAPITAGS_H
|
||||
#include <mapitags.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue