Commit f16e250a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

secur32: Only include secext.h when asked to.

parent 87045eb0
......@@ -18,6 +18,9 @@
#define _SECURITY_H
#include <sspi.h>
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL)
#include <secext.h>
#endif
#endif /* _SECURITY_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment