mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 12:30:11 +01:00
glsl/tests: define ssize_t on windows
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
76338933e9
commit
5eb0f33e4f
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <BaseTsd.h>
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
#include "util/ralloc.h"
|
||||
#include "blob.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue