diff options
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/common/os.h')
-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; |