DISPATCH_HEADER -> X_DISPATCH_HEADER

This commit is contained in:
Dr. Chat
2015-06-12 18:59:08 -05:00
parent 6d4d1db310
commit 864e257474
8 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ void XMutant::Initialize(bool initial_owner) {
native_handle_ = CreateMutex(NULL, initial_owner ? TRUE : FALSE, NULL);
}
void XMutant::InitializeNative(void* native_ptr, DISPATCH_HEADER& header) {
void XMutant::InitializeNative(void* native_ptr, X_DISPATCH_HEADER& header) {
assert_null(native_handle_);
// Haven't seen this yet, but it's possible.