Updated xactengine2-dll patchset

This commit is contained in:
Alistair Leslie-Hughes 2020-10-07 10:42:36 +11:00
parent 48fc6b0ba0
commit 8c5be4c9e7
4 changed files with 5 additions and 5 deletions

View File

@ -113,8 +113,8 @@ index 00000000000..8bb5134b8d7
+ DEFINE_GUID(IID_IXACTEngine, 0x7cdd1894, 0x643b, 0x4168, 0x83, 0x6f, 0xd1, 0x9d, 0x59, 0xd0, 0xce, 0x53);
+#else
+ DEFINE_GUID(CLSID_XACTEngine, 0x0aa000aa, 0xf404, 0x11d9, 0xbd, 0x7a, 0x00, 0x10, 0xdc, 0x4f, 0x8f, 0x81);
+ DEFINE_GUID(CLSID_XACTAuditionEngine, 0x0aa000ab, 0xf404, 0x1109, 0xbd, 0x7a, 0x00, 0x10, 0xdc, 0x4f, 0x8f, 0x81);
+ DEFINE_GUID(CLSID_XACTDebugEngine, 0x0aa000ac, 0xf404, 0x1109, 0xbd, 0x7a, 0x00, 0x10, 0xdc, 0x4f, 0x8f, 0x81);
+ DEFINE_GUID(CLSID_XACTAuditionEngine, 0x0aa000ab, 0xf404, 0x11d9, 0xbd, 0x7a, 0x00, 0x10, 0xdc, 0x4f, 0x8f, 0x81);
+ DEFINE_GUID(CLSID_XACTDebugEngine, 0x0aa000ac, 0xf404, 0x11d9, 0xbd, 0x7a, 0x00, 0x10, 0xdc, 0x4f, 0x8f, 0x81);
+ DEFINE_GUID(IID_IXACTEngine, 0x0aa000a0, 0xf404, 0x11d9, 0xbd, 0x7a, 0x00, 0x10, 0xdc, 0x4f, 0x8f, 0x81);
+#endif
+

View File

@ -220,7 +220,7 @@ index 98193498e49..c425fe091db 100644
+
+ cue->IXACTCue_iface.lpVtbl = &XACTCue_Vtbl;
+ cue->fact_cue = fcue;
+ *ppCue = (IXACTCue*)&cue->IXACTCue_iface;
+ *ppCue = &cue->IXACTCue_iface;
+
+ TRACE("Created Cue: %p\n", cue);
+

View File

@ -49,7 +49,7 @@ index 793cfc62afb..7bb8134fd81 100644
+
+ cue->IXACTCue_iface.lpVtbl = &XACTCue_Vtbl;
+ cue->fact_cue = fcue;
+ *ppCue = (IXACTCue*)&cue->IXACTCue_iface;
+ *ppCue = &cue->IXACTCue_iface;
+ }
+
+done:

View File

@ -70,7 +70,7 @@ index ed88c21c8f2..7d06830e9af 100644
threading(both),
-#if XACT3_VER == 0x0201
+#if XACT3_VER == 0x0200
+ uuid(0aa000aa-f404-1109-bd7a-0010dc4f8f81)
+ uuid(0aa000aa-f404-11d9-bd7a-0010dc4f8f81)
+#elif XACT3_VER == 0x0201
uuid(1f1b577e-5e5a-4e8a-ba73-c657ea8e8598)
#elif XACT3_VER == 0x0202