summaryrefslogtreecommitdiff
path: root/src/fixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fixer.h')
-rw-r--r--src/fixer.h8
1 files changed, 8 insertions, 0 deletions
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