Added the missing support for static on the televisions.
This commit is contained in:
parent
55ddb88c8e
commit
e69698d11e
7 changed files with 435 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue