Commit Graph

44 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
Jacek Caban e137997399 taskkill: Removed no longer needed psapi import.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-03 13:25:21 +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
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +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
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +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
Alexandre Julliard f0673019a3 taskkill: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Sven Baars be7d83f7df taskkill: Update the Dutch translation. 2010-10-26 15:25:09 +02:00
Łukasz Wojniłowicz 068f3b7cb6 taskkill: Add the Polish translation. 2010-10-26 11:53:06 +02:00
Igor Paliychuk 169bdd7a8c taskkill: Updated Ukrainian translation. 2010-10-18 19:08:37 +02:00
Anders Jonsson 87a138f331 taskkill: Update Swedish translation. 2010-10-14 10:02:57 +02:00
Hwang YunSong 80a06a92a9 taskkill: Update Korean resource. 2010-10-12 17:36:15 +02:00
Frédéric Delanoy 7acdc0a8ea taskkill: Update French translation. 2010-10-12 12:17:51 +02:00
Aurimas Fišeras d099af8c01 taskkill: Update Lithuanian translation. 2010-10-12 12:17:50 +02:00
André Hentschel 009f452407 taskkill: Update German translation. 2010-10-12 12:17:50 +02:00
Luca Bennati 9d18f10a0d taskkill: Update Italian translation. 2010-10-11 17:11:38 +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
Igor Paliychuk 30b0907147 taskkill: Added Ukrainian translation. 2010-09-27 14:10:44 +02:00
Matej Špindler fe7cfdcb15 taskkill: Add Slovenian translation. 2010-09-24 16:58:59 +02:00
Hwang YunSong c5cf9c8171 taskkill: New Korean resource. 2010-09-23 17:50:11 +02:00
Sven Baars bb0cefd5c7 taskkill: Add the Dutch translation. 2010-09-22 20:57:50 +02:00
Anders Jonsson 4754758039 taskkill: Add Swedish translation. 2010-09-22 19:55:57 +02:00
Frédéric Delanoy da8137852a taskkill: Add French translation. 2010-09-22 19:55:30 +02:00
Aurimas Fišeras 78fc5a54ab taskkill: Add Lithuanian translation. 2010-09-22 19:55:10 +02:00
André Hentschel e919ef622c taskkill: Add German translation. 2010-09-22 19:54:54 +02:00
Luca Bennati 32089dc604 taskkill: Add Italian translation. 2010-09-21 20:16:33 +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