mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
d3d11: Make debug_d3d_driver_type() static.
This commit is contained in:
parent
97f2912965
commit
aaabd02cff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
|
||||
|
||||
const char *debug_d3d_driver_type(D3D_DRIVER_TYPE driver_type)
|
||||
static const char *debug_d3d_driver_type(D3D_DRIVER_TYPE driver_type)
|
||||
{
|
||||
switch(driver_type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue