mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
f97d599eb2
At some point DXGID3D10CreateDevice() started always returning E_NOTIMPL. My guess would be that that was with the introduction of d3d11.
5 lines
73 B
Makefile
5 lines
73 B
Makefile
TESTDLL = dxgi.dll
|
|
IMPORTS = d3d10 dxgi user32
|
|
|
|
C_SRCS = \
|
|
device.c
|