mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[REACTOS] Fix x64 build
- SIZE_T -> ULONG in KsecGatherEntropyData - Add missing ZwQueryInformationProcess() prototype for x64 build of btrfs - Fix ml.exe path for VS 2017 Community Edition - Add missing Handle32ToHandle to basetsd.h
This commit is contained in:
parent
547b38e022
commit
6073359086
4 changed files with 17 additions and 2 deletions
|
@ -68,6 +68,7 @@ typedef unsigned __int64 HANDLE_PTR;
|
|||
typedef unsigned int UHALF_PTR, *PUHALF_PTR;
|
||||
typedef int HALF_PTR, *PHALF_PTR;
|
||||
#define ADDRESS_TAG_BIT 0x40000000000UI64
|
||||
#define Handle32ToHandle( h ) ((HANDLE)(LONG_PTR)(LONG)(h))
|
||||
#else /* !_WIN64 */
|
||||
#define __int3264 __int32
|
||||
#define ADDRESS_TAG_BIT 0x80000000UL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue