Index: xfa/fwl/core/fwl_timerimp.cpp |
diff --git a/xfa/fwl/core/fwl_timerimp.cpp b/xfa/fwl/core/fwl_timerimp.cpp |
index b9cb478a18ccaf8c1297c6128e19f103160e4f41..1dfed0c5847c04c4d17c44aee6cb1e5b3bb19c1f 100644 |
--- a/xfa/fwl/core/fwl_timerimp.cpp |
+++ b/xfa/fwl/core/fwl_timerimp.cpp |
@@ -13,7 +13,7 @@ |
#include "xfa/fwl/core/include/ifwl_adaptertimermgr.h" |
FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer, |
- FX_DWORD dwElapse, |
+ uint32_t dwElapse, |
FX_BOOL bImmediately) { |
IFWL_AdapterNative* pAdapterNative = FWL_GetAdapterNative(); |
if (!pAdapterNative) |