reactos/base
Joachim Henze adfef37b2b [RAPPS] Addendum to 0.4.15-dev-3724-g3a7c0d8 CORE-18018
For a moment I thought this member was obsolete entirely,
and intended to delete it entirely.
(as its size is just ULONG which is too small for big downloads > 4GB size).
It apparently works also without it to display the size,
as we actually use a different member that stores the size as a string.

But there actually still *is* a usage for that ULONG representation.
In (the rare) corner-case the http download does not allow to query the size,
then the ULONG representation m_SizeBytes is used as a fallback for the
download-progress-bar to avoid 'marquee mode'.

The 'fallback of the fallback' so to say.
We should enlarge this to be a 64bit unsigned value some day.
2022-01-23 21:21:50 +01:00
..
applications [RAPPS] Addendum to 0.4.15-dev-3724-g3a7c0d8 CORE-18018 2022-01-23 21:21:50 +01:00
services [SVCHOST][SECLOGON][MSWSOCK] Minimal headers cleanup. 2022-01-17 01:08:09 +01:00
setup [USETUP] Default to en-US output codepage when initializing the console. Addendum to commit 9f201d462. 2022-01-17 16:16:10 +01:00
shell [TRANSLATION] Update Simplified Chinese (zh-CN) translation (#4240) 2022-01-14 00:00:37 +03:00
system [TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154) 2022-01-14 20:22:46 +03:00
CMakeLists.txt