mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[basetsd.h]
add POINTER_SIGNED, POINTER_UNSIGNED, SPOINTER_32, UPOINTER_32 svn path=/trunk/; revision=49312
This commit is contained in:
parent
41d4321928
commit
8e45fe3079
1 changed files with 11 additions and 0 deletions
|
@ -64,6 +64,17 @@
|
||||||
typedef unsigned long POINTER_64_INT;
|
typedef unsigned long POINTER_64_INT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0 /* Not supported yet */
|
||||||
|
#define POINTER_SIGNED __sptr
|
||||||
|
#define POINTER_UNSIGNED __uptr
|
||||||
|
#else
|
||||||
|
#define POINTER_SIGNED
|
||||||
|
#define POINTER_UNSIGNED
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define SPOINTER_32 POINTER_SIGNED POINTER_32
|
||||||
|
#define UPOINTER_32 POINTER_UNSIGNED POINTER_32
|
||||||
|
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
#define __int3264 __int64
|
#define __int3264 __int64
|
||||||
#define ADDRESS_TAG_BIT 0x40000000000UI64
|
#define ADDRESS_TAG_BIT 0x40000000000UI64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue