Commit aaabd02c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3d11: Make debug_d3d_driver_type() static.

parent 97f29129
......@@ -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)
{
......
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