swr: [rasterizer common] remove old unused win32 types
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 24 Mar 2016 16:07:15 +0000 (11:07 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 25 Mar 2016 19:43:13 +0000 (14:43 -0500)
src/gallium/drivers/swr/rasterizer/common/os.h

index 265b879..140d612 100644 (file)
 
 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;