Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/Controls/pacman.h')
-rw-r--r--windirstat/Controls/pacman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windirstat/Controls/pacman.h b/windirstat/Controls/pacman.h
index 0bc6daa..2bfc0d3 100644
--- a/windirstat/Controls/pacman.h
+++ b/windirstat/Controls/pacman.h
@@ -49,7 +49,7 @@ private:
double m_position; // 0...1
bool m_mouthOpening; // Mouth is opening
double m_aperture; // 0...1
- DWORD m_lastUpdate; // TickCount
+ ULONGLONG m_lastUpdate; // TickCount
};
#endif // __WDS_PACMAN_H__