mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 19:07:20 +00:00
client/windows: undef SIZE_MAX in stdint.h
eliminating redefinition warning
This commit is contained in:
parent
51bc547921
commit
e35b6804db
@ -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