Added stubs for msdmo.dll, qcap.dll and devenum.dll.
This commit is contained in:
parent
4e2024e8a8
commit
b4be998158
|
@ -7058,6 +7058,7 @@ dlls/commdlg/Makefile
|
|||
dlls/crtdll/Makefile
|
||||
dlls/dciman32/Makefile
|
||||
dlls/ddraw/Makefile
|
||||
dlls/devenum/Makefile
|
||||
dlls/dinput/Makefile
|
||||
dlls/dplay/Makefile
|
||||
dlls/dplayx/Makefile
|
||||
|
@ -7072,6 +7073,7 @@ dlls/lzexpand/Makefile
|
|||
dlls/mapi32/Makefile
|
||||
dlls/mpr/Makefile
|
||||
dlls/msacm/Makefile
|
||||
dlls/msdmo/Makefile
|
||||
dlls/msimg32/Makefile
|
||||
dlls/msnet32/Makefile
|
||||
dlls/msvcrt/Makefile
|
||||
|
@ -7086,6 +7088,7 @@ dlls/olepro32/Makefile
|
|||
dlls/olesvr/Makefile
|
||||
dlls/opengl32/Makefile
|
||||
dlls/psapi/Makefile
|
||||
dlls/qcap/Makefile
|
||||
dlls/quartz/Makefile
|
||||
dlls/rasapi32/Makefile
|
||||
dlls/richedit/Makefile
|
||||
|
@ -7312,6 +7315,7 @@ dlls/commdlg/Makefile
|
|||
dlls/crtdll/Makefile
|
||||
dlls/dciman32/Makefile
|
||||
dlls/ddraw/Makefile
|
||||
dlls/devenum/Makefile
|
||||
dlls/dinput/Makefile
|
||||
dlls/dplay/Makefile
|
||||
dlls/dplayx/Makefile
|
||||
|
@ -7326,6 +7330,7 @@ dlls/lzexpand/Makefile
|
|||
dlls/mapi32/Makefile
|
||||
dlls/mpr/Makefile
|
||||
dlls/msacm/Makefile
|
||||
dlls/msdmo/Makefile
|
||||
dlls/msimg32/Makefile
|
||||
dlls/msnet32/Makefile
|
||||
dlls/msvcrt/Makefile
|
||||
|
@ -7340,6 +7345,7 @@ dlls/olepro32/Makefile
|
|||
dlls/olesvr/Makefile
|
||||
dlls/opengl32/Makefile
|
||||
dlls/psapi/Makefile
|
||||
dlls/qcap/Makefile
|
||||
dlls/quartz/Makefile
|
||||
dlls/rasapi32/Makefile
|
||||
dlls/richedit/Makefile
|
||||
|
|
|
@ -1224,6 +1224,7 @@ dlls/commdlg/Makefile
|
|||
dlls/crtdll/Makefile
|
||||
dlls/dciman32/Makefile
|
||||
dlls/ddraw/Makefile
|
||||
dlls/devenum/Makefile
|
||||
dlls/dinput/Makefile
|
||||
dlls/dplay/Makefile
|
||||
dlls/dplayx/Makefile
|
||||
|
@ -1238,6 +1239,7 @@ dlls/lzexpand/Makefile
|
|||
dlls/mapi32/Makefile
|
||||
dlls/mpr/Makefile
|
||||
dlls/msacm/Makefile
|
||||
dlls/msdmo/Makefile
|
||||
dlls/msimg32/Makefile
|
||||
dlls/msnet32/Makefile
|
||||
dlls/msvcrt/Makefile
|
||||
|
@ -1252,6 +1254,7 @@ dlls/olepro32/Makefile
|
|||
dlls/olesvr/Makefile
|
||||
dlls/opengl32/Makefile
|
||||
dlls/psapi/Makefile
|
||||
dlls/qcap/Makefile
|
||||
dlls/quartz/Makefile
|
||||
dlls/rasapi32/Makefile
|
||||
dlls/richedit/Makefile
|
||||
|
|
|
@ -23,6 +23,7 @@ SUBDIRS = \
|
|||
commdlg \
|
||||
crtdll \
|
||||
dciman32 \
|
||||
devenum \
|
||||
dinput \
|
||||
dplay \
|
||||
dplayx \
|
||||
|
@ -36,6 +37,7 @@ SUBDIRS = \
|
|||
mapi32 \
|
||||
mpr \
|
||||
msacm \
|
||||
msdmo \
|
||||
msimg32 \
|
||||
msnet32 \
|
||||
msvcrt \
|
||||
|
@ -49,6 +51,7 @@ SUBDIRS = \
|
|||
olepro32 \
|
||||
olesvr \
|
||||
psapi \
|
||||
qcap \
|
||||
quartz \
|
||||
rasapi32 \
|
||||
richedit \
|
||||
|
@ -103,6 +106,7 @@ all: \
|
|||
libcrtdll.$(LIBEXT) \
|
||||
libdciman32.$(LIBEXT) \
|
||||
libddeml.$(LIBEXT) \
|
||||
libdevenum.$(LIBEXT) \
|
||||
libdinput.$(LIBEXT) \
|
||||
libdispdib.$(LIBEXT) \
|
||||
libdisplay.$(LIBEXT) \
|
||||
|
@ -134,6 +138,7 @@ all: \
|
|||
libmsacm.$(LIBEXT) \
|
||||
libmsacm.drv.$(LIBEXT) \
|
||||
libmsacm32.$(LIBEXT) \
|
||||
libmsdmo.$(LIBEXT) \
|
||||
libmsimg32.$(LIBEXT) \
|
||||
libmsnet32.$(LIBEXT) \
|
||||
libmsvcrt.$(LIBEXT) \
|
||||
|
@ -156,6 +161,7 @@ all: \
|
|||
libolesvr.$(LIBEXT) \
|
||||
libolesvr32.$(LIBEXT) \
|
||||
libpsapi.$(LIBEXT) \
|
||||
libqcap.$(LIBEXT) \
|
||||
libquartz.$(LIBEXT) \
|
||||
librasapi16.$(LIBEXT) \
|
||||
librasapi32.$(LIBEXT) \
|
||||
|
@ -233,6 +239,9 @@ libdciman32.$(LIBEXT): dciman32/libdciman32.$(LIBEXT)
|
|||
libddraw.$(LIBEXT): ddraw/libddraw.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) ddraw/libddraw.$(LIBEXT) $@
|
||||
|
||||
libdevenum.$(LIBEXT): devenum/libdevenum.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) devenum/libdevenum.$(LIBEXT) $@
|
||||
|
||||
libdinput.$(LIBEXT): dinput/libdinput.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) dinput/libdinput.$(LIBEXT) $@
|
||||
|
||||
|
@ -302,6 +311,9 @@ libmsacm.drv.$(LIBEXT): winmm/wavemap/libmsacm.drv.$(LIBEXT)
|
|||
libmsacm32.$(LIBEXT) libmsacm.$(LIBEXT): msacm/libmsacm32.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) msacm/libmsacm32.$(LIBEXT) $@
|
||||
|
||||
libmsdmo.$(LIBEXT): msdmo/libmsdmo.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) msdmo/libmsdmo.$(LIBEXT) $@
|
||||
|
||||
libmsimg32.$(LIBEXT): msimg32/libmsimg32.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) msimg32/libmsimg32.$(LIBEXT) $@
|
||||
|
||||
|
@ -346,6 +358,9 @@ libopengl32.$(LIBEXT): opengl32/libopengl32.$(LIBEXT)
|
|||
libpsapi.$(LIBEXT): psapi/libpsapi.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) psapi/libpsapi.$(LIBEXT) $@
|
||||
|
||||
libqcap.$(LIBEXT): qcap/libqcap.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) qcap/libqcap.$(LIBEXT) $@
|
||||
|
||||
libquartz.$(LIBEXT): quartz/libquartz.$(LIBEXT)
|
||||
$(RM) $@ && $(LN_S) quartz/libquartz.$(LIBEXT) $@
|
||||
|
||||
|
@ -469,6 +484,9 @@ ddraw/libddraw.$(LIBEXT): dummy libuser32.$(LIBEXT) libgdi32.$(LIBEXT) \
|
|||
libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
|
||||
@cd ddraw && $(MAKE) libddraw.$(LIBEXT)
|
||||
|
||||
devenum/libdevenum.$(LIBEXT): dummy libntdll.$(LIBEXT)
|
||||
@cd devenum && $(MAKE) libdevenum.$(LIBEXT)
|
||||
|
||||
dinput/libdinput.$(LIBEXT): dummy libuser32.$(LIBEXT) libkernel32.$(LIBEXT) \
|
||||
libntdll.$(LIBEXT)
|
||||
@cd dinput && $(MAKE) libdinput.$(LIBEXT)
|
||||
|
@ -517,6 +535,9 @@ msacm/libmsacm32.$(LIBEXT): dummy libwinmm.$(LIBEXT) libuser32.$(LIBEXT) \
|
|||
libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
|
||||
@cd msacm && $(MAKE) libmsacm32.$(LIBEXT)
|
||||
|
||||
msdmo/libmsdmo.$(LIBEXT): dummy libntdll.$(LIBEXT)
|
||||
@cd msdmo && $(MAKE) libmsdmo.$(LIBEXT)
|
||||
|
||||
msimg32/libmsimg32.$(LIBEXT): dummy libntdll.$(LIBEXT)
|
||||
@cd msimg32 && $(MAKE) libmsimg32.$(LIBEXT)
|
||||
|
||||
|
@ -566,6 +587,9 @@ opengl32/libopengl32.$(LIBEXT): dummy libuser32.$(LIBEXT) libx11drv.$(LIBEXT) \
|
|||
psapi/libpsapi.$(LIBEXT): dummy libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
|
||||
@cd psapi && $(MAKE) libpsapi.$(LIBEXT)
|
||||
|
||||
qcap/libqcap.$(LIBEXT): dummy libntdll.$(LIBEXT)
|
||||
@cd qcap && $(MAKE) libqcap.$(LIBEXT)
|
||||
|
||||
quartz/libquartz.$(LIBEXT): dummy liboleaut32.$(LIBEXT) libole32.$(LIBEXT) \
|
||||
libmsvfw32.$(LIBEXT) libwinmm.$(LIBEXT) libuser32.$(LIBEXT) libgdi32.$(LIBEXT) \
|
||||
libadvapi32.$(LIBEXT) libkernel32.$(LIBEXT) libntdll.$(LIBEXT)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
devenum.spec.c
|
|
@ -0,0 +1,14 @@
|
|||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ../..
|
||||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = devenum
|
||||
|
||||
LDDLLFLAGS = @LDDLLFLAGS@
|
||||
SYMBOLFILE = $(MODULE).tmp.o
|
||||
|
||||
C_SRCS = devenum_main.c
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
### Dependencies:
|
|
@ -0,0 +1,11 @@
|
|||
name devenum
|
||||
type win32
|
||||
|
||||
import ntdll.dll
|
||||
|
||||
debug_channels()
|
||||
|
||||
@ stub DllCanUnloadNow
|
||||
@ stub DllGetClassObject
|
||||
@ stub DllRegisterServer
|
||||
@ stub DllUnregisterServer
|
|
@ -0,0 +1 @@
|
|||
/* nothing here yet */
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
msdmo.spec.c
|
|
@ -0,0 +1,14 @@
|
|||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ../..
|
||||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = msdmo
|
||||
|
||||
LDDLLFLAGS = @LDDLLFLAGS@
|
||||
SYMBOLFILE = $(MODULE).tmp.o
|
||||
|
||||
C_SRCS = msdmo_main.c
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
### Dependencies:
|
|
@ -0,0 +1,23 @@
|
|||
name msdmo
|
||||
type win32
|
||||
|
||||
import ntdll.dll
|
||||
|
||||
debug_channels()
|
||||
|
||||
@ stub DMOEnum
|
||||
@ stub DMOGetName
|
||||
@ stub DMOGetTypes
|
||||
@ stub DMOGuidToStrA
|
||||
@ stub DMOGuidToStrW
|
||||
@ stub DMORegister
|
||||
@ stub DMOStrToGuidA
|
||||
@ stub DMOStrToGuidW
|
||||
@ stub DMOUnregister
|
||||
@ stub MoCopyMediaType
|
||||
@ stub MoCreateMediaType
|
||||
@ stub MoDeleteMediaType
|
||||
@ stub MoDuplicateMediaType
|
||||
@ stub MoFreeMediaType
|
||||
@ stub MoInitMediaType
|
||||
|
|
@ -0,0 +1 @@
|
|||
/* nothing here yet */
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
qcap.spec.c
|
|
@ -0,0 +1,14 @@
|
|||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ../..
|
||||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = qcap
|
||||
|
||||
LDDLLFLAGS = @LDDLLFLAGS@
|
||||
SYMBOLFILE = $(MODULE).tmp.o
|
||||
|
||||
C_SRCS = qcap_main.c
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
### Dependencies:
|
|
@ -0,0 +1,12 @@
|
|||
name qcap
|
||||
type win32
|
||||
|
||||
import ntdll.dll
|
||||
|
||||
debug_channels()
|
||||
|
||||
@ stub DllCanUnloadNow
|
||||
@ stub DllGetClassObject
|
||||
@ stub DllRegisterServer
|
||||
@ stub DllUnregisterServer
|
||||
|
|
@ -0,0 +1 @@
|
|||
/* nothing here yet */
|
Loading…
Reference in New Issue