Index: core/include/reflow/fpdf_layout.h |
diff --git a/core/include/reflow/fpdf_layout.h b/core/include/reflow/fpdf_layout.h |
index ebd879c76467f62e30895c6cf093de27615062b4..b1038db329a15344ba6e68eef2e1833b87bcdf15 100644 |
--- a/core/include/reflow/fpdf_layout.h |
+++ b/core/include/reflow/fpdf_layout.h |
@@ -252,7 +252,7 @@ typedef struct _LayoutProviderStyle { |
m_Language = LP_Lang_Unknow; |
m_bIgnoreInvisibleText = TRUE; |
} |
- FX_INT32 m_Language; |
+ int32_t m_Language; |
FX_BOOL m_bIgnoreInvisibleText; |
} LAYOUTPROVIDER_STYLE; |
class IPDF_LayoutProvider |