Commit graph

12 commits

Author SHA1 Message Date
Alexandre Julliard
3036649a34 taskmgr: Use C runtime wchar functions instead of wine/unicode.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-01 11:51:03 +02:00
Michael Stefaniuc
0b88a53acd taskmgr: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:42:09 +02:00
Alexandre Julliard
58a8047346 taskmgr: Fix includes order and avoid tchar.h and memory.h. 2012-01-23 16:07:34 +01:00
Andrew Nguyen
10abc15faa taskmgr: Remove all TCHAR macro usage in process termination code. 2011-05-17 14:42:25 +02:00
Alexandre Julliard
e179c20b10 taskmgr: Make some variables static. 2010-10-01 13:38:24 +02:00
Aurimas Fišeras
282dac432b taskmgr: Make MessageBoxes translatable. 2009-06-25 11:41:39 +02:00
Michael Stefaniuc
f3975c5a7e taskmgr: Replace malloc with HeapAlloc. 2008-12-08 12:04:17 +01:00
Vladimir Pankratov
b28a6c1889 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:17:16 +02:00
Francois Gouget
e2a1168892 taskmgr: Remove ZeroMemory() calls and instead set the relevant fields (usually just iSubItem) to zero manually. 2006-10-05 17:41:34 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack
83b94fc804 taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:39 +01:00
Eric Pouech
d6b348f0a1 Ported the ReactOS taskmgr written by Brian Palmer. 2004-03-23 01:19:54 +00:00