[PATCH] include: Add async_uuid for IBackgroundCopyCallback in bits.idl

Biswapriyo Nath nathbappai at gmail.com
Tue Oct 26 00:49:12 CDT 2021


-------------- next part --------------
From a23f0cd73fa8de759409b99b2792242afb20c634 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Tue, 26 Oct 2021 11:18:18 +0530
Subject: [PATCH] include: Add async_uuid for IBackgroundCopyCallback in bits.idl

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/bits.idl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/bits.idl b/include/bits.idl
index 0e3362c..4b27e9f 100644
--- a/include/bits.idl
+++ b/include/bits.idl
@@ -348,6 +348,9 @@ interface IEnumBackgroundCopyJobs : IUnknown
 
 [
     uuid(97ea99c7-0186-4ad4-8df9-c5b4e0ed6b22),
+#if !defined(BITS_DONT_USE_ASYNC_DCOM)
+    async_uuid(ca29d251-b4bb-4679-a3d9-ae8006119d54),
+#endif
     odl
 ]
 interface IBackgroundCopyCallback : IUnknown
-- 
2.33.0



More information about the wine-devel mailing list