[SDK] Fix 64 bit issues

This commit is contained in:
Timo Kreuzer 2018-04-23 11:58:34 +02:00
parent ae9e9eaef3
commit e39876dab7
5 changed files with 23 additions and 23 deletions

View file

@ -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