From 49678803f79ee097749a5b2423b82bd50c6ea430 Mon Sep 17 00:00:00 2001 From: Tim Rowley Date: Thu, 24 Mar 2016 11:07:15 -0500 Subject: [PATCH] swr: [rasterizer common] remove old unused win32 types --- src/gallium/drivers/swr/rasterizer/common/os.h | 6 ------ 1 file changed, 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; -- 2.30.2