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:
parent
ddf8700121
commit
80e6df1389
|
@ -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>
|
2008-09-13 mega-squall <mega-squall@users.sf.net>
|
||||||
|
|
||||||
* include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
|
* include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <subauth.h>
|
||||||
|
|
||||||
#define SECPKG_CRED_INBOUND 1
|
#define SECPKG_CRED_INBOUND 1
|
||||||
#define SECPKG_CRED_OUTBOUND 2
|
#define SECPKG_CRED_OUTBOUND 2
|
||||||
#define SECPKG_CRED_BOTH (SECPKG_CRED_OUTBOUND|SECPKG_CRED_INBOUND)
|
#define SECPKG_CRED_BOTH (SECPKG_CRED_OUTBOUND|SECPKG_CRED_INBOUND)
|
||||||
|
|
Loading…
Reference in New Issue