mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
f97d599eb2
At some point DXGID3D10CreateDevice() started always returning E_NOTIMPL. My guess would be that that was with the introduction of d3d11.
6 lines
73 B
Makefile
6 lines
73 B
Makefile
TESTDLL = dxgi.dll
|
|
IMPORTS = d3d10 dxgi user32
|
|
|
|
C_SRCS = \
|
|
device.c
|