1 #ifndef _SECURITY_H 2 #define _SECURITY_H 3 4 #include <sspi.h> 5 6 #if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) 7 #include <secext.h> 8 #endif 9 10 #endif /* _SECURITY_H */ 11
1 #ifndef _SECURITY_H 2 #define _SECURITY_H 3 4 #include <sspi.h> 5 6 #if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) 7 #include <secext.h> 8 #endif 9 10 #endif /* _SECURITY_H */ 11