From e69698d11edfe564cf4940714482856bd2088fd4 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 5 Oct 2008 21:43:28 -0700 Subject: Added the missing support for static on the televisions. --- src/fixer.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fixer.h') diff --git a/src/fixer.h b/src/fixer.h index ced3c91..2479780 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -107,6 +107,14 @@ typedef struct RECT int bottom; } RECT; +typedef struct PALETTEENTRY +{ + BYTE peRed; + BYTE peGreen; + BYTE peBlue; + BYTE peFlags; +} PALETTEENTRY; + #if !defined(__INTEL_COMPILER) typedef int64_t __int64; #else -- cgit v1.3