Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
57a8a33a
Commit
57a8a33a
authored
Mar 17, 2018
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Mar 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avifil32: Correct threading model on interfaces.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9b9f97e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
avifil32.idl
dlls/avifil32/avifil32.idl
+5
-5
No files found.
dlls/avifil32/avifil32.idl
View file @
57a8a33a
...
...
@@ -22,35 +22,35 @@
[
helpstring
(
"Microsoft AVI Files"
),
threading
(
apartment
),
threading
(
both
),
uuid
(
00020000
-
0000
-
0000
-
C000
-
000000000046
)
]
coclass
AVIFile
{
interface
IAVIFile
; }
[
helpstring
(
"AVI Compressed Stream"
),
threading
(
apartment
),
threading
(
both
),
uuid
(
00020001
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
ICMStream
{
interface
IAVIStream
; }
[
helpstring
(
"Microsoft Wave File"
),
threading
(
apartment
),
threading
(
both
),
uuid
(
00020003
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
WAVFile
{
interface
IAVIFile
; }
[
helpstring
(
"IAVIStream & IAVIFile Proxy"
),
threading
(
apartment
),
threading
(
both
),
uuid
(
0002000d-0000
-
0000
-
c000
-
000000000046
)
]
coclass
AVIProxy
{
}
[
helpstring
(
"ACM Compressed Audio Stream"
),
threading
(
apartment
),
threading
(
both
),
uuid
(
0002000
f
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
ACMStream
{
interface
IAVIStream
; }
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment