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/windirstat.h')
-rw-r--r--windirstat/windirstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windirstat/windirstat.h b/windirstat/windirstat.h
index bc6f916..499b98c 100644
--- a/windirstat/windirstat.h
+++ b/windirstat/windirstat.h
@@ -118,7 +118,7 @@ protected:
CMyImageList m_myImageList; // Our central image list
ULONGLONG m_workingSet; // Current working set (RAM usage)
ULONGLONG m_pageFaults; // Page faults so far (unused)
- DWORD m_lastPeriodicalRamUsageUpdate; // Tick count
+ ULONGLONG m_lastPeriodicalRamUsageUpdate; // Tick count
COLORREF m_altColor; // Coloring of compressed items
COLORREF m_altEncryptionColor; // Coloring of encrypted items
#if SUPPORT_ELEVATION