- Don't include ntsecpkg.h for now. If it's needed, it should be included differently.

svn path=/trunk/; revision=31651
This commit is contained in:
Aleksey Bragin 2008-01-07 19:51:02 +00:00
parent 696cbe0336
commit 9694f40179

View file

@ -5,7 +5,9 @@
#endif
#include <sspi.h>
#include <ntsecpkg.h>
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL)
#include <secext.h>
#endif
#endif /* _SECURITY_H */