mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 11:06:18 +00:00
client/windows: undef SIZE_MAX in stdint.h
eliminating redefinition warning
This commit is contained in:
parent
ba426a3a4c
commit
8776562115
@ -293,7 +293,7 @@ typedef unsigned long long uintmax_t;
|
||||
#define SIG_ATOMIC_MAX INT32_MAX
|
||||
|
||||
|
||||
|
||||
#undef SIZE_MAX
|
||||
#define SIZE_MAX UINT32_MAX
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user