Commit 7e07d00d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
parent d1b20973
......@@ -1305,6 +1305,7 @@ enable_dxerr8
enable_dxerr9
enable_dxgi
enable_dxguid
enable_dxtrans
enable_dxva2
enable_esent
enable_evr
......@@ -20544,6 +20545,7 @@ wine_fn_config_makefile dlls/dxerr9 enable_dxerr9
wine_fn_config_makefile dlls/dxgi enable_dxgi
wine_fn_config_makefile dlls/dxgi/tests enable_tests
wine_fn_config_makefile dlls/dxguid enable_dxguid
wine_fn_config_makefile dlls/dxtrans enable_dxtrans
wine_fn_config_makefile dlls/dxva2 enable_dxva2
wine_fn_config_makefile dlls/dxva2/tests enable_tests
wine_fn_config_makefile dlls/esent enable_esent
......
......@@ -3205,6 +3205,7 @@ WINE_CONFIG_MAKEFILE(dlls/dxerr9)
WINE_CONFIG_MAKEFILE(dlls/dxgi)
WINE_CONFIG_MAKEFILE(dlls/dxgi/tests)
WINE_CONFIG_MAKEFILE(dlls/dxguid)
WINE_CONFIG_MAKEFILE(dlls/dxtrans)
WINE_CONFIG_MAKEFILE(dlls/dxva2)
WINE_CONFIG_MAKEFILE(dlls/dxva2/tests)
WINE_CONFIG_MAKEFILE(dlls/esent)
......
MODULE = dxtrans.dll
@ stub ?DXConstOverArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z
@ stub ?DXConstUnderArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z
@ stub ?DXDitherArray@@YGXPBUDXDITHERDESC@@@Z
@ stub ?DXLinearInterpolateArray@@YGXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1@K@Z
@ stub ?DXOverArray@@YGXPAVDXPMSAMPLE@@PBV1@K@Z
@ stub ?DXOverArrayMMX@@YGXPAVDXPMSAMPLE@@PBV1@K@Z
@ stdcall -private DllCanUnloadNow()
@ stub DllEnumClassObjects
@ stub DllGetClassObject
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
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