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

Alexandre Julliard julliard at winehq.org
Thu Sep 13 07:17:22 CDT 2007


Module: wine
Branch: master
Commit: 5ac6e1f5c55a6c8a24427232dc3be9b19c154fa2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5ac6e1f5c55a6c8a24427232dc3be9b19c154fa2

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Sep 12 23:42:02 2007 +0200

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

---

 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




More information about the wine-cvs mailing list