Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
916854c5
Commit
916854c5
authored
Feb 21, 2013
by
Alessandro Pignotti
Committed by
Alexandre Julliard
Feb 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Make GetClassMediaFile visible in the module.
parent
fb2551c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
filesource.c
dlls/quartz/filesource.c
+1
-1
quartz_private.h
dlls/quartz/quartz_private.h
+2
-0
No files found.
dlls/quartz/filesource.c
View file @
916854c5
...
...
@@ -254,7 +254,7 @@ static HRESULT process_pattern_string(LPCWSTR wszPatternString, IAsyncReader * p
return
hr
;
}
static
HRESULT
GetClassMediaFile
(
IAsyncReader
*
pReader
,
LPCOLESTR
pszFileName
,
GUID
*
majorType
,
GUID
*
minorType
,
GUID
*
sourceFilter
)
HRESULT
GetClassMediaFile
(
IAsyncReader
*
pReader
,
LPCOLESTR
pszFileName
,
GUID
*
majorType
,
GUID
*
minorType
,
GUID
*
sourceFilter
)
{
HKEY
hkeyMediaType
=
NULL
;
LONG
lRet
;
...
...
dlls/quartz/quartz_private.h
View file @
916854c5
...
...
@@ -67,4 +67,6 @@ extern void video_unregister_windowclass(void) DECLSPEC_HIDDEN;
BOOL
CompareMediaTypes
(
const
AM_MEDIA_TYPE
*
pmt1
,
const
AM_MEDIA_TYPE
*
pmt2
,
BOOL
bWildcards
);
void
dump_AM_MEDIA_TYPE
(
const
AM_MEDIA_TYPE
*
pmt
)
DECLSPEC_HIDDEN
;
HRESULT
GetClassMediaFile
(
IAsyncReader
*
pReader
,
LPCOLESTR
pszFileName
,
GUID
*
majorType
,
GUID
*
minorType
,
GUID
*
sourceFilter
);
#endif
/* __QUARTZ_PRIVATE_INCLUDED__ */
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