Index: xfa/src/fwl/src/core/include/fwl_threadimp.h |
diff --git a/xfa/src/fwl/src/core/include/fwl_threadimp.h b/xfa/src/fwl/src/core/include/fwl_threadimp.h |
index e03e6c6e1522c8be383bcae343f004adca314b4a..26acc54006c3ed6e96feeeabd135c58336d8fcc4 100644 |
--- a/xfa/src/fwl/src/core/include/fwl_threadimp.h |
+++ b/xfa/src/fwl/src/core/include/fwl_threadimp.h |
@@ -48,6 +48,6 @@ protected: |
FWL_HTHREAD m_hThread; |
static CFWL_ControlThread * _assistantThreadHandler; |
static FWL_HTHREAD _assistantThread; |
- static FX_INT32 _refCount; |
+ static int32_t _refCount; |
}; |
#endif |