Skip to content
Snippets Groups Projects
Commit 9caa3884 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard
Browse files
parent c1cf13a7
No related branches found
No related tags found
No related merge requests found
......@@ -1380,6 +1380,7 @@ enable_kerberos
enable_kernel32
enable_kernelbase
enable_ksecdd_sys
enable_ksproxy_ax
enable_ksuser
enable_ktmw32
enable_l3codeca_acm
......@@ -20701,6 +20702,7 @@ wine_fn_config_makefile dlls/kernelbase/tests enable_tests
wine_fn_config_makefile dlls/keyboard.drv16 enable_win16
wine_fn_config_makefile dlls/krnl386.exe16 enable_win16
wine_fn_config_makefile dlls/ksecdd.sys enable_ksecdd_sys
wine_fn_config_makefile dlls/ksproxy.ax enable_ksproxy_ax
wine_fn_config_makefile dlls/ksuser enable_ksuser
wine_fn_config_makefile dlls/ktmw32 enable_ktmw32
wine_fn_config_makefile dlls/l3codeca.acm enable_l3codeca_acm
......
......@@ -3380,6 +3380,7 @@ WINE_CONFIG_MAKEFILE(dlls/kernelbase/tests)
WINE_CONFIG_MAKEFILE(dlls/keyboard.drv16,enable_win16)
WINE_CONFIG_MAKEFILE(dlls/krnl386.exe16,enable_win16)
WINE_CONFIG_MAKEFILE(dlls/ksecdd.sys)
WINE_CONFIG_MAKEFILE(dlls/ksproxy.ax)
WINE_CONFIG_MAKEFILE(dlls/ksuser)
WINE_CONFIG_MAKEFILE(dlls/ktmw32)
WINE_CONFIG_MAKEFILE(dlls/l3codeca.acm)
......
MODULE = ksproxy.ax
EXTRADLLFLAGS = -mno-cygwin
@ stub DllCanUnloadNow
@ stub DllGetClassObject
@ stub DllRegisterServer
@ stub DllUnregisterServer
@ stub KsGetMediaType
@ stub KsGetMediaTypeCount
@ stub KsGetMultiplePinFactoryItems
@ stub KsOpenDefaultDevice
@ stub KsResolveRequiredAttributes
@ stub KsSynchronousDeviceControl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment