diff options
author | Tim Rowley <[email protected]> | 2016-03-04 13:28:33 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-03-07 17:22:24 -0600 |
commit | 90f9df3210b5b66585007ec4836bfca498fd45f0 (patch) | |
tree | 3670aa6e56c4b10a82d53448db0ac7ad72331d24 /src/gallium/drivers/swr/rasterizer/common | |
parent | 035d39b539473e81b5a4f637a5d644bd2031279d (diff) |
gallium/swr: fix issues preventing a 32-bit build
Not a currently tested configuration, but these couple of small changes
allow a 32-bit build.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94383
Acked-by: Emil Velikov <[email protected]>
Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/common')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/common/os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/common/os.h b/src/gallium/drivers/swr/rasterizer/common/os.h index 736d29856a6..522ae0dd65f 100644 --- a/src/gallium/drivers/swr/rasterizer/common/os.h +++ b/src/gallium/drivers/swr/rasterizer/common/os.h @@ -81,7 +81,6 @@ typedef CARD8 BOOL; typedef wchar_t WCHAR; typedef uint16_t UINT16; typedef int INT; -typedef int INT32; typedef unsigned int UINT; typedef uint32_t UINT32; typedef uint64_t UINT64; |