Reactos
at master 10 lines 169 B view raw
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 */