[XDK/DDK]

- Add sspi.h to xdk and and include it in ntifs.h.
Dedicated to Alex

svn path=/trunk/; revision=54825
This commit is contained in:
Timo Kreuzer 2012-01-03 19:42:58 +00:00
parent 1e610c23cc
commit e198afb1c1
4 changed files with 2620 additions and 12 deletions

File diff suppressed because it is too large Load diff

View file

@ -1079,20 +1079,17 @@ $include (fsrtlfuncs.h)
$include (cctypes.h)
$include (ccfuncs.h)
$include (zwfuncs.h)
$include (sspi.h)
/* #if !defined(_X86AMD64_) FIXME : WHAT ?! */
#if defined(_WIN64)
C_ASSERT(sizeof(ERESOURCE) == 0x68);
C_ASSERT(FIELD_OFFSET(ERESOURCE,ActiveCount) == 0x18);
C_ASSERT(FIELD_OFFSET(ERESOURCE,Flag) == 0x1a);
#else
C_ASSERT(sizeof(ERESOURCE) == 0x38);
C_ASSERT(FIELD_OFFSET(ERESOURCE,ActiveCount) == 0x0c);
C_ASSERT(FIELD_OFFSET(ERESOURCE,Flag) == 0x0e);
#endif
/* #endif */
@ -1272,9 +1269,6 @@ typedef struct _QUERY_PATH_RESPONSE {
#include "csq.h"
extern PACL SePublicDefaultDacl;
extern PACL SeSystemDefaultDacl;
#define FS_LFN_APIS 0x00004000
#define FILE_STORAGE_TYPE_SPECIFIED 0x00000041 /* FILE_DIRECTORY_FILE | FILE_NON_DIRECTORY_FILE */

View file

@ -1953,7 +1953,7 @@ RtlFillMemoryUlong (
if ((Length -= 1) == 0) {
return;
}
Address += 1;
Address += 1;
}
__stosq((PULONG64)(Address), Pattern | ((ULONG64)Pattern << 32), Length / 2);
if ((Length & 1) != 0) Address[Length - 1] = Pattern;

1309
reactos/include/xdk/sspi.h Normal file

File diff suppressed because it is too large Load diff