reactos/base
Joachim Henze 46b4b5581d
[TASKMGR] Favor _countof(), no functional change intended (#5757)
Taskmgr used a mixture: Sometimes _countof(), sometimes ARRAYSIZE()
and sometimes it calculated the count plain by sizeof(var)/sizeof(TYPE).
Harmonize everywhere to _countof() as it is the shortest solution.

Fix some formatting sins, like placing comments before else-statement.
Shorten the length of some very long line
intentionally *without introducing additional linebreaks* !

Shorten vertical length of some functions to increase their chance to
fit on the screen without scrolling.

Fix wrong indentation level in TaskManagerWndProc().

*.rc: Remove superfluous and redundant comment in all langs

No functional change intended.
2023-10-03 21:00:10 +02:00
..
applications [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
services [UMPNPMGR] PNP_Get(First/Next)LogConf: return proper tags for the resource list case 2023-06-29 18:06:02 +02:00
setup [USETUP] Update Portuguese (pt-PT) translation (#5508) 2023-08-09 11:54:52 +02:00
shell [EXPLORER][COMCTL32] Fix balloon tooltips and system pager alerts (#5559) 2023-10-03 01:08:45 +03:00
system [WINLOGON][MSGINA] Add emergency restart and log off features (#5629) 2023-08-31 11:51:54 +02:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00