mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- 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:
parent
696cbe0336
commit
9694f40179
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue