mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 20:40:09 +01:00
llvmpipe: #include <windows.h> in lp_rast.c
It's accessed GetExitCodeThread 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
797130b449
commit
c2a486120b
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@
|
|||
#include "lp_screen.h"
|
||||
#include "lp_tex_sample.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
int jit_line = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue