secur32: Only include secext.h when asked to.

Francois Gouget fgouget at free.fr
Fri Sep 29 05:45:59 CDT 2006


---
 include/security.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/security.h b/include/security.h
index 69f026b..11ff6f7 100644
--- a/include/security.h
+++ b/include/security.h
@@ -18,6 +18,9 @@ #ifndef _SECURITY_H
 #define _SECURITY_H
 
 #include <sspi.h>
+
+#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL)
 #include <secext.h>
+#endif
 
 #endif /* _SECURITY_H */
-- 
1.4.1.1




More information about the wine-patches mailing list