util: Fix rwlock Windows include for MinGW
MinGW uses windows.h, and not Windows.h. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7215>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define RWLOCK_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user