mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
util: #include <windows.h> in disk_cache_os.c
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>
This commit is contained in:
parent
399dc71a30
commit
797130b449
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
#if DETECT_OS_WINDOWS
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
bool
|
||||
disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue