Commit 3a9343e5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddraw/tests: Make enum_z_fmt_cb() static.

parent 22521b58
......@@ -4369,7 +4369,7 @@ static void dump_format(const DDPIXELFORMAT *fmt)
fmt->dwStencilBitMask, fmt->dwRGBZBitMask);
}
HRESULT WINAPI enum_z_fmt_cb(DDPIXELFORMAT *fmt, void *ctx)
static HRESULT WINAPI enum_z_fmt_cb(DDPIXELFORMAT *fmt, void *ctx)
{
static const DDPIXELFORMAT formats[] =
{
......
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