include: Update _SECURITY_INTEGER.
In Windows it works that way.
This commit is contained in:
parent
062cf6e2f1
commit
cecd031308
1 changed files with 5 additions and 0 deletions
|
@ -69,11 +69,16 @@ typedef SecHandle CtxtHandle;
|
|||
typedef PSecHandle PCtxtHandle;
|
||||
#endif
|
||||
|
||||
#if defined(_NTDEF_) || defined(_WINNT_)
|
||||
typedef LARGE_INTEGER _SECURITY_INTEGER, SECURITY_INTEGER,*PSECURITY_INTEGER;
|
||||
#else
|
||||
typedef struct _SECURITY_INTEGER
|
||||
{
|
||||
ULONG LowPart;
|
||||
LONG HighPart;
|
||||
} SECURITY_INTEGER, *PSECURITY_INTEGER;
|
||||
#endif
|
||||
|
||||
typedef SECURITY_INTEGER TimeStamp, *PTimeStamp;
|
||||
|
||||
#ifndef __UNICODE_STRING_DEFINED__
|
||||
|
|
Loading…
Add table
Reference in a new issue