2008-09-21 Chris Sutcliffe <ir0nh34d@users.sf.net>

* incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
        undefined.
This commit is contained in:
Chris Sutcliffe 2008-09-21 16:56:45 +00:00
parent ddf8700121
commit 80e6df1389
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-09-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
* incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
undefined.
2008-09-13 mega-squall <mega-squall@users.sf.net>
* include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,

View File

@ -8,6 +8,8 @@
extern "C" {
#endif
#include <subauth.h>
#define SECPKG_CRED_INBOUND 1
#define SECPKG_CRED_OUTBOUND 2
#define SECPKG_CRED_BOTH (SECPKG_CRED_OUTBOUND|SECPKG_CRED_INBOUND)