diff options
author | Tim Rowley <[email protected]> | 2016-03-24 11:07:15 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-03-25 14:43:13 -0500 |
commit | 49678803f79ee097749a5b2423b82bd50c6ea430 (patch) | |
tree | 30ff92682e6a2c40d6386ad77500a38baac89609 | |
parent | aca55131843dec6da27f76308b2b4a145fc9e152 (diff) |
swr: [rasterizer common] remove old unused win32 types
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/common/os.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/common/os.h b/src/gallium/drivers/swr/rasterizer/common/os.h index 265b879e1cb..140d6129322 100644 --- a/src/gallium/drivers/swr/rasterizer/common/os.h +++ b/src/gallium/drivers/swr/rasterizer/common/os.h @@ -77,18 +77,12 @@ typedef void VOID; typedef void* LPVOID; -typedef CARD8 BOOL; -typedef wchar_t WCHAR; -typedef uint16_t UINT16; typedef int INT; typedef unsigned int UINT; -typedef uint32_t UINT32; typedef uint64_t UINT64; -typedef int64_t INT64; typedef void* HANDLE; typedef float FLOAT; typedef int LONG; -typedef CARD8 BYTE; typedef unsigned char UCHAR; typedef unsigned int DWORD; |