mapi32: Remove redundant protections against duplicate header inclusion.

Francois Gouget fgouget at free.fr
Wed Aug 8 03:50:34 CDT 2007


---
 include/mapidefs.h |    2 --
 include/mapix.h    |    8 --------
 2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/include/mapidefs.h b/include/mapidefs.h
index 219177d..b753045 100644
--- a/include/mapidefs.h
+++ b/include/mapidefs.h
@@ -24,9 +24,7 @@
 #endif
 
 #include <winerror.h>
-#ifndef _OBJBASE_H_
 #include <objbase.h>
-#endif
 #include <stddef.h>
 
 /* Some types from other headers */
diff --git a/include/mapix.h b/include/mapix.h
index e511cdf..1ca7aaf 100644
--- a/include/mapix.h
+++ b/include/mapix.h
@@ -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" {
-- 
1.5.2.4




More information about the wine-patches mailing list