From: Tim Rowley Date: Thu, 24 Mar 2016 16:07:15 +0000 (-0500) Subject: swr: [rasterizer common] remove old unused win32 types X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49678803f79ee097749a5b2423b82bd50c6ea430;p=mesa.git swr: [rasterizer common] remove old unused win32 types --- 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;