DISPATCH_HEADER -> X_DISPATCH_HEADER
This commit is contained in:
@@ -22,7 +22,7 @@ class XSemaphore : public XObject {
|
||||
virtual ~XSemaphore();
|
||||
|
||||
void Initialize(int32_t initial_count, int32_t maximum_count);
|
||||
void InitializeNative(void* native_ptr, DISPATCH_HEADER& header);
|
||||
void InitializeNative(void* native_ptr, X_DISPATCH_HEADER& header);
|
||||
|
||||
int32_t ReleaseSemaphore(int32_t release_count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user