Index: xfa/src/fxgraphics/src/pre.h |
diff --git a/xfa/src/fxgraphics/src/pre.h b/xfa/src/fxgraphics/src/pre.h |
index ab0df3d9ac4141ed08499ba7c5270867c45a0766..701a48d85dbf0ace6380fe8b802b383cb72b1fe6 100644 |
--- a/xfa/src/fxgraphics/src/pre.h |
+++ b/xfa/src/fxgraphics/src/pre.h |
@@ -33,9 +33,9 @@ enum { |
}; |
#define FX_HATCHSTYLE_Total 53 |
struct FX_HATCHDATA { |
- FX_INT32 width; |
- FX_INT32 height; |
- FX_BYTE maskBits[64]; |
+ int32_t width; |
+ int32_t height; |
+ uint8_t maskBits[64]; |
}; |
typedef FX_HATCHDATA const * FX_LPCHATCHDATA; |
static const FX_HATCHDATA hatchBitmapData[FX_HATCHSTYLE_Total] = { |