reactos/include/psdk/security.h
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

11 lines
169 B
C

#ifndef _SECURITY_H
#define _SECURITY_H
#include <sspi.h>
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL)
#include <secext.h>
#endif
#endif /* _SECURITY_H */