From 4e49be5987bc3bd924580480e9936b530a43550f Mon Sep 17 00:00:00 2001 From: arrai Date: Sat, 6 Dec 2008 20:55:18 +0100 Subject: [PATCH] Fixed extractor build on *nix --- contrib/extractor/adt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/extractor/adt.h b/contrib/extractor/adt.h index db2dade23..7fb8dc078 100644 --- a/contrib/extractor/adt.h +++ b/contrib/extractor/adt.h @@ -92,10 +92,10 @@ typedef struct { uint16 type; float heightLevel1; float heightLevel2; - byte xOffset; - byte yOffset; - byte width; - byte height; + uint8 xOffset; + uint8 yOffset; + uint8 width; + uint8 height; uint32 ofsData2a; uint32 ofsData2b; } MH2O_Data1;