Commit f4f7a5c5 authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

qedit: Add MediaDet registration.

Much of the code is from quartz.
parent 6e2ce698
...@@ -3,7 +3,7 @@ TOPOBJDIR = ../.. ...@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = qedit.dll MODULE = qedit.dll
IMPORTS = ole32 kernel32 IMPORTS = ole32 advapi32 kernel32
EXTRALIBS = -lstrmiids -luuid EXTRALIBS = -lstrmiids -luuid
C_SRCS = \ C_SRCS = \
......
...@@ -33,5 +33,6 @@ ...@@ -33,5 +33,6 @@
#include "wingdi.h" #include "wingdi.h"
#include "winuser.h" #include "winuser.h"
#include "dshow.h" #include "dshow.h"
#include "qedit.h"
#endif /* __QEDIT_PRIVATE_INCLUDED__ */ #endif /* __QEDIT_PRIVATE_INCLUDED__ */
...@@ -2195,6 +2195,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" ...@@ -2195,6 +2195,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,msxml3.dll,1 11,,msxml3.dll,1
11,,objsel.dll,1 11,,objsel.dll,1
11,,qcap.dll,1 11,,qcap.dll,1
11,,qedit.dll,1
11,,quartz.dll,1 11,,quartz.dll,1
11,,rsaenh.dll,1 11,,rsaenh.dll,1
11,,shdocvw.dll,1 11,,shdocvw.dll,1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment