reactos/sdk/include/psdk/security.h
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

10 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 */