gallium/util: do not use _MTX_INITIALIZER_NP on Windows
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 10 Jul 2020 10:31:51 +0000 (12:31 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 16 Jul 2020 10:09:15 +0000 (10:09 +0000)
commitb8c0196116d3ed68d111a4ede06b22ddf3d2c5c3
tree191f897915576115964c9b8205a8974f7bb3ece7
parent485ea7d711fc2bbbdd83e2670121cb16ae42f7f7
gallium/util: do not use _MTX_INITIALIZER_NP on Windows

We already have another way of initializing these, so it's just a matter
of avoiding _MTX_INITIALIZER_NP here.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5902>
src/gallium/auxiliary/util/u_debug_refcnt.c
src/gallium/auxiliary/util/u_debug_symbol.c