aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIControlProfiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'guilib/GUIControlProfiler.h')
-rw-r--r--guilib/GUIControlProfiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/guilib/GUIControlProfiler.h b/guilib/GUIControlProfiler.h
index 34953ba6ec..7443c795ec 100644
--- a/guilib/GUIControlProfiler.h
+++ b/guilib/GUIControlProfiler.h
@@ -40,8 +40,8 @@ public:
CGUIControl::GUICONTROLTYPES m_ControlType;
unsigned int m_visTime;
unsigned int m_renderTime;
- LARGE_INTEGER m_i64VisStart;
- LARGE_INTEGER m_i64RenderStart;
+ int64_t m_i64VisStart;
+ int64_t m_i64RenderStart;
CGUIControlProfilerItem(CGUIControlProfiler *pProfiler, CGUIControlProfilerItem *pParent, CGUIControl *pControl);
~CGUIControlProfilerItem(void);