Home | Info | Community | Development | myReactOS | Contact Us
00001 #ifndef _SECURITY_H 00002 #define _SECURITY_H 00003 00004 #include <sspi.h> 00005 00006 #if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) 00007 #include <secext.h> 00008 #endif 00009 00010 #endif /* _SECURITY_H */