ReactOS 0.4.15-dev-7958-gcd0bb1a
security.h
Go to the documentation of this file.
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 */