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
f4f7a5c5
Commit
f4f7a5c5
authored
Feb 13, 2008
by
Lei Zhang
Committed by
Alexandre Julliard
Feb 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qedit: Add MediaDet registration.
Much of the code is from quartz.
parent
6e2ce698
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
284 additions
and
4 deletions
+284
-4
Makefile.in
dlls/qedit/Makefile.in
+1
-1
qedit_private.h
dlls/qedit/qedit_private.h
+1
-0
regsvr.c
dlls/qedit/regsvr.c
+281
-3
wine.inf
tools/wine.inf
+1
-0
No files found.
dlls/qedit/Makefile.in
View file @
f4f7a5c5
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
qedit.dll
IMPORTS
=
ole32 kernel32
IMPORTS
=
ole32
advapi32
kernel32
EXTRALIBS
=
-lstrmiids
-luuid
C_SRCS
=
\
...
...
dlls/qedit/qedit_private.h
View file @
f4f7a5c5
...
...
@@ -33,5 +33,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "dshow.h"
#include "qedit.h"
#endif
/* __QEDIT_PRIVATE_INCLUDED__ */
dlls/qedit/regsvr.c
View file @
f4f7a5c5
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
f4f7a5c5
...
...
@@ -2195,6 +2195,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,msxml3.dll,1
11,,objsel.dll,1
11,,qcap.dll,1
11,,qedit.dll,1
11,,quartz.dll,1
11,,rsaenh.dll,1
11,,shdocvw.dll,1
...
...
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