summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-10-28 17:30:26 +0000
committerEric Engestrom <[email protected]>2018-10-30 18:10:59 +0000
commit6f9309d5d4943b7cfea8ade3b06170605bc44c96 (patch)
treea034ba2b3752f547df6b07330ac535ce28730d06 /src/gallium/winsys
parenta18d726621c1be6e4cb48678c539106658557d40 (diff)
scons: drop unused HAVE_STDINT_H macro
This was required back when MSVC didn't support C99 and was missing this header, but since MSVC 2013 (or maybe earlier?) this isn't it does and this code isn't doing anything anymore. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/svga/drm/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/svga/drm/SConscript b/src/gallium/winsys/svga/drm/SConscript
index 2cb11e610df..73989685992 100644
--- a/src/gallium/winsys/svga/drm/SConscript
+++ b/src/gallium/winsys/svga/drm/SConscript
@@ -5,7 +5,6 @@ env = env.Clone()
env.PkgUseModules('DRM')
env.Append(CPPDEFINES = [
- 'HAVE_STDINT_H',
'-D_FILE_OFFSET_BITS=64',
])