mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 01:27:20 +00:00
Define __STDC_LIMIT_MACROS for c++ code to get SIZE_MAX
We need SIZE_MAX for the malloc overflow code, and its not defined in C++ unless __STDC_LIMIT_MACROS is defined.
This commit is contained in:
parent
0230541af5
commit
22b551f97f
@ -8,6 +8,7 @@ INCLUDES = \
|
||||
-DCAIRO_CANVAS_NO_CHUNKS \
|
||||
-DUSE_GLZ \
|
||||
-DUSE_OGL \
|
||||
-D__STDC_LIMIT_MACROS \
|
||||
-I. \
|
||||
-I.. \
|
||||
-I$(top_srcdir)/common \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user