| Index: core/fxcodec/jbig2/JBig2_Page.h
|
| diff --git a/core/fxcodec/jbig2/JBig2_Page.h b/core/fxcodec/jbig2/JBig2_Page.h
|
| index 6a335491459dd2fad00b0032294fa49a36bc308e..e9ffa767910e122e14022264aa7e8f242736e748 100644
|
| --- a/core/fxcodec/jbig2/JBig2_Page.h
|
| +++ b/core/fxcodec/jbig2/JBig2_Page.h
|
| @@ -10,10 +10,10 @@
|
| #include "core/fxcrt/include/fx_system.h"
|
|
|
| struct JBig2PageInfo {
|
| - FX_DWORD m_dwWidth;
|
| - FX_DWORD m_dwHeight;
|
| - FX_DWORD m_dwResolutionX;
|
| - FX_DWORD m_dwResolutionY;
|
| + uint32_t m_dwWidth;
|
| + uint32_t m_dwHeight;
|
| + uint32_t m_dwResolutionX;
|
| + uint32_t m_dwResolutionY;
|
| uint8_t m_cFlags;
|
| FX_BOOL m_bIsStriped;
|
| uint16_t m_wMaxStripeSize;
|
|
|