Commit Graph

20 Commits (master)

Author SHA1 Message Date
Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-17 17:05:47 +02:00
Alexandre Julliard fb80c1b554 taskkill: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-01 10:40:25 +02:00
Michael Stefaniuc f559c605cb taskkill: 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:51 +02:00
Alexandre Julliard 6c4cea952f taskkill: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-02 10:22:10 +01:00
Frédéric Delanoy 17fecb55a1 taskkill: Use BOOL type where appropriate. 2014-02-22 08:41:30 -06:00
Bruno Jesus 8a7687d868 programs: Add support to arguments with dash in taskkill. 2014-01-27 14:13:42 +01:00
Frédéric Delanoy 39a9604e25 taskkill: Use BOOL type where appropriate. 2013-10-02 11:06:44 +02:00
Hans Leidekker dbc21a185e taskkill: Print a fixme if the /T option is used. 2012-05-18 18:10:40 +02:00
Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
Francois Gouget 01fc9ad458 taskkill: Fix the string resources so their format placeholders can be reordered. 2011-11-21 12:52:55 +01:00
Francois Gouget 5bc1aff578 programs: Document the reason for the WriteConsole() fall back. 2011-08-24 19:07:45 +02:00
Andrew Nguyen fbcf44aa23 taskkill: Disallow process self-termination. 2010-10-11 17:11:27 +02:00
Alexandre Julliard 95e095ba31 taskkill: Make some variables static. 2010-10-01 13:38:41 +02:00
Francois Gouget 3cbf7097a9 taskkill: The taskkill debug channel is unused so remove it. 2010-09-29 10:04:35 +02:00
Andrew Nguyen a7431fe90f taskkill: Implement forcible termination by process name. 2010-09-21 20:16:15 +02:00
Andrew Nguyen 6cfeeed0df taskkill: Implement forcible termination by process identifier. 2010-09-21 20:16:15 +02:00
Andrew Nguyen 1ef5affbf3 taskkill: Implement graceful termination by process name. 2010-09-21 20:16:15 +02:00
Andrew Nguyen df4359b117 taskkill: Implement graceful termination by process identifier. 2010-09-21 20:16:14 +02:00
Andrew Nguyen db90b2d004 taskkill: Implement basic command-line parsing. 2010-09-21 20:16:03 +02:00
Andrew Nguyen 8e540ed26f taskkill: Add stub implementation. 2010-09-21 19:56:53 +02:00