meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _mesa_meta_...
[mesa.git] / scons / gallium.py
index 51b84d7652ba054c80b59ad08a4a80d4ff60eb31..46dbf0ebd0e58e71f131c72ba04ca522d7c3cc54 100755 (executable)
@@ -300,6 +300,7 @@ def generate(env):
 
     # C preprocessor options
     cppdefines = []
+    cppdefines += ['__STDC_LIMIT_MACROS']
     if env['build'] in ('debug', 'checked'):
         cppdefines += ['DEBUG']
     else: