secur32: Only include secext.h when asked to.

oldstable
Francois Gouget 2006-09-29 12:45:59 +02:00 committed by Alexandre Julliard
parent 87045eb0c5
commit f16e250a22
1 changed files with 3 additions and 0 deletions

View File

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