crypt32: We don't consider sys/types.h to be a conditional include.

Francois Gouget fgouget at free.fr
Wed Sep 12 16:42:02 CDT 2007


---

We don't use HAVE_SYS_TYPES_H when we include sys/types.h elsewhere and 
we don't define it in autoconf anyway. So for consistency we should not 
check for it here (but I'm ok with adding checkes everywhere too ;-).


 dlls/crypt32/rootstore.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c
index 7941fa2..945b9c8 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -18,9 +18,7 @@
 #include "config.h"
 #include <stdarg.h>
 #include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#endif
 #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
-- 
1.5.2.4




More information about the wine-patches mailing list