mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +00:00
[SDK] Fix 64 bit issues
This commit is contained in:
parent
ae9e9eaef3
commit
e39876dab7
5 changed files with 23 additions and 23 deletions
|
@ -310,7 +310,7 @@ C_ASSERT(HEAP_CREATE_VALID_MASK == 0x0007F0FF);
|
|||
//
|
||||
// Activation Contexts
|
||||
//
|
||||
#define INVALID_ACTIVATION_CONTEXT (PVOID)0xFFFFFFFF
|
||||
#define INVALID_ACTIVATION_CONTEXT ((PVOID)(LONG_PTR)-1)
|
||||
|
||||
//
|
||||
// C++ CONST casting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue