util: Remove the guard WIN32_WINNT >= 0x0600 in u_thread.h
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 6 Sep 2022 09:39:28 +0000 (17:39 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Oct 2022 03:04:56 +0000 (03:04 +0000)
commit54beddb5d2ffafb878bb62fcf0df1a1a3451d139
treed16c5d34f8ac492d4de5d0b5419de213dc13bf13
parentb6e4aa6f31b489791dd0439344541abd014edac1
util: Remove the guard WIN32_WINNT >= 0x0600 in u_thread.h

We already require Windows Vista or later before this commit;
No need check WIN32_WINNT >= 0x0600

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18425>
src/util/u_thread.h