Index: xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h |
diff --git a/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h b/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h |
index b492b80e0454a35edaa8a4f0d4664879aad8b6c0..7d9f9d5f79e91030090e4cd5da0775f4eced7556 100644 |
--- a/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h |
+++ b/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h |
@@ -35,11 +35,11 @@ enum XFA_FM_SimpleExpressionType { |
}; |
CFX_WideStringC XFA_FM_EXPTypeToString(XFA_FM_SimpleExpressionType simpleExpType); |
struct XFA_FMBuildInFunc { |
- FX_UINT32 m_uHash; |
+ uint32_t m_uHash; |
FX_LPCWSTR m_buildinfunc; |
}; |
struct XFA_FMSOMMethod { |
- FX_UINT32 m_uHash; |
+ uint32_t m_uHash; |
FX_LPCWSTR m_wsSomMethodName; |
FX_DWORD m_dParameters; |
}; |