Louis Lenders : include: Set threading model on UIAnimation* interfaces.

Alexandre Julliard julliard at winehq.org
Mon Oct 21 15:28:37 CDT 2019


Module: wine
Branch: master
Commit: 30e6e49ad48539d2d0f9bfe1660578ea0c07e98c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=30e6e49ad48539d2d0f9bfe1660578ea0c07e98c

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Mon Oct 21 00:37:22 2019 +0000

include: Set threading model on UIAnimation* interfaces.

Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/uianimation.idl | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/include/uianimation.idl b/include/uianimation.idl
index 631af11899..70c710cdf8 100644
--- a/include/uianimation.idl
+++ b/include/uianimation.idl
@@ -585,7 +585,8 @@ interface IUIAnimationTransitionLibrary : IUnknown
 library UIAnimation
 {
     [
-        uuid(bfcd4a0c-06b6-4384-b768-0daa792c380e)
+        uuid(bfcd4a0c-06b6-4384-b768-0daa792c380e),
+        threading(both)
     ]
     coclass UIAnimationTimer
     {
@@ -593,7 +594,8 @@ library UIAnimation
     }
 
     [
-        uuid(4c1fc63a-695c-47e8-a339-1a194be3d0b8)
+        uuid(4c1fc63a-695c-47e8-a339-1a194be3d0b8),
+        threading(both)
     ]
     coclass UIAnimationManager
     {
@@ -601,7 +603,8 @@ library UIAnimation
     }
 
     [
-        uuid(8a9b1cdd-fcd7-419c-8b44-42fd17db1887)
+        uuid(8a9b1cdd-fcd7-419c-8b44-42fd17db1887),
+        threading(both)
     ]
     coclass UIAnimationTransitionFactory
     {
@@ -609,7 +612,8 @@ library UIAnimation
     }
 
     [
-        uuid(1d6322ad-aa85-4ef5-a828-86d71067d145)
+        uuid(1d6322ad-aa85-4ef5-a828-86d71067d145),
+        threading(both)
     ]
     coclass UIAnimationTransitionLibrary
     {




More information about the wine-cvs mailing list