ReactOS 0.4.16-dev-527-gdad3a09
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 */