XObject SetNativePointer: Added flag to disable asserts on uninitialized memory

This commit is contained in:
Dr. Chat
2015-05-16 18:47:33 -05:00
parent 6adde32558
commit 662fa97444
3 changed files with 7 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ class XObject {
virtual void* GetWaitHandle() { return 0; }
protected:
void SetNativePointer(uint32_t native_ptr);
void SetNativePointer(uint32_t native_ptr, bool uninitialized = false);
static uint32_t TimeoutTicksToMs(int64_t timeout_ticks);