glsl/tests: define ssize_t on windows
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user