secur32: Only include secext.h when asked to.
This commit is contained in:
parent
87045eb0c5
commit
f16e250a22
|
@ -18,6 +18,9 @@
|
|||
#define _SECURITY_H
|
||||
|
||||
#include <sspi.h>
|
||||
|
||||
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL)
|
||||
#include <secext.h>
|
||||
#endif
|
||||
|
||||
#endif /* _SECURITY_H */
|
||||
|
|
Loading…
Reference in New Issue