Index: xfa/src/fwl/src/core/fwl_timerimp.cpp |
diff --git a/xfa/src/fwl/src/core/fwl_timerimp.cpp b/xfa/src/fwl/src/core/fwl_timerimp.cpp |
index e0300f431600da2b81fa028dcc2c2093a857e5a7..300ab5cefba54c417607f073c1959ba70929207d 100644 |
--- a/xfa/src/fwl/src/core/fwl_timerimp.cpp |
+++ b/xfa/src/fwl/src/core/fwl_timerimp.cpp |
@@ -18,7 +18,7 @@ FWL_HTIMER FWL_StartTimer(IFWL_Timer *pTimer, FX_DWORD dwElapse, FX_BOOL bImmedi |
pAdapterTimerMgr->Start(pTimer, dwElapse, hTimer, bImmediately); |
return hTimer; |
} |
-FX_INT32 FWL_StopTimer(FWL_HTIMER hTimer) |
+int32_t FWL_StopTimer(FWL_HTIMER hTimer) |
{ |
IFWL_AdapterNative *pAdapterNative = FWL_GetAdapterNative(); |
_FWL_RETURN_VALUE_IF_FAIL(pAdapterNative, FWL_ERR_Indefinite); |