Commit Graph

55 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 adeb282c33 ipconfig: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-30 09:54:17 +02:00
Michael Stefaniuc ae375252dc ipconfig: 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:56 +02:00
Alexandre Julliard 308bf48b73 ipconfig: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-02 10:20:57 +01:00
Józef Kucia 13a1d40583 ipconfig: Fix compilation on systems that don't support nameless unions.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-10 11:01:56 -05: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
Vitaly Lipatov 6ceb564408 ipconfig: Distinguish between IPv4 and IPv6 addresses in normal mode. 2013-11-18 21:01:27 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
André Hentschel c5f1572744 ipconfig: Distinguish between IPv4 and IPv6 addresses. 2013-01-07 13:38:22 +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 66b06a499d ipconfig: Fix the string resources so their format placeholders can be reordered. 2011-11-21 13:01:11 +01:00
Francois Gouget 5bc1aff578 programs: Document the reason for the WriteConsole() fall back. 2011-08-24 19:07:45 +02:00
Andrew Nguyen aca2385d6c include: Revise the Winsock include in windows.h to match the Windows SDK. 2011-05-19 17:38:30 +02:00
Alexandre Julliard 6ec2a5375f ipconfig: Convert translations to po files. 2011-01-04 20:27:01 +01:00
Łukasz Wojniłowicz bbca5259ff ipconfig: Update the Polish translation. 2010-10-26 11:53:20 +02:00
Marcus Meissner 243d458909 ipconfig: Fixed buffer size to MultiByteToWideChar. 2010-10-25 12:41:42 +02:00
Paul Vriens 5f845d3beb ipconfig: Update the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-21 16:16:37 +02:00
Paul Vriens ad72ecbcbf ipconfig: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-20 18:37:09 +02:00
Igor Paliychuk 2330b7ff65 ipconfig: Updated Ukrainian translation. 2010-10-18 19:08:37 +02:00
Juan Lang 8d3318a8ff ipconfig: Specify GAA_FLAG_INCLUDE_ALL_GATEWAYS when calling GetAdaptersAddresses. 2010-10-12 12:17:50 +02:00
Sven Baars 5fb9e9081a ipconfig: Update the Dutch translation. 2010-10-11 12:54:17 +02:00
Anders Jonsson a1bc7f5342 ipconfig: Update Swedish translation. 2010-09-29 11:33:39 +02:00
André Hentschel 404b817bfa ipconfig: Update German translation. 2010-09-29 11:11:32 +02:00
Hwang YunSong 9a83c07599 ipconfig: Update Korean resource. 2010-09-28 17:33:18 +02:00
Frédéric Delanoy d65e1f2d33 ipconfig: Update French translation. 2010-09-28 17:33:17 +02:00
Luca Bennati 9320551f59 ipconfig: Update Italian translation. 2010-09-28 12:57:00 +02:00
Aurimas Fišeras bca78f5f86 ipconfig: Update Lithuanian translation. 2010-09-28 12:49:33 +02:00
Andrew Nguyen 11d332c37c ipconfig: Implement gateway address output. 2010-09-27 14:10:44 +02:00
Andrew Nguyen 7df2d4b231 ipconfig: Move socket address string generation to a helper function. 2010-09-27 14:10:44 +02:00
Łukasz Wojniłowicz deb7197451 ipconfig: Add the Polish translation. 2010-09-20 15:05:33 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Igor Paliychuk 7d138aca12 ipconfig: Ukrainian translation update. 2010-09-18 13:07:22 +02:00
Matej Spindler 9cbf3bd3cb ipconfig: Add Slovenian translation. 2010-09-16 13:08:11 -05:00
Aurimas Fišeras 2c4b08176b ipconfig: Update Lithuanian translation. 2010-09-09 19:56:36 +02:00
Anders Jonsson d94d32dd3c ipconfig: Update Swedish translation. 2010-09-09 12:47:00 +02:00
Hwang YunSong 38e1b22d4b ipconfig: Update Korean resource. 2010-09-08 13:32:11 +02:00
Frédéric Delanoy e270fccb80 ipconfig: Update French translation. 2010-09-08 13:29:23 +02:00
Sven Baars d7d61dacc1 ipconfig: Update the Dutch translation. 2010-09-08 13:25:39 +02:00
Luca Bennati 167a940e9d ipconfig: Update Italian translation. 2010-09-08 13:25:08 +02:00
André Hentschel 09e164cbc6 ipconfig: Update German translation. 2010-09-08 13:23:27 +02:00
Andrew Nguyen 68a1a2678c ipconfig: Permit the "Yes/No" strings to be localized. 2010-09-07 16:01:02 +02:00
Sven Baars 535f7bde80 ipconfig: Add the Dutch translation. 2010-08-30 11:26:29 +02:00
Francois Gouget 0e51433d79 ipconfig: Remove the ipconfig debug channel where unused. 2010-08-24 15:22:36 +02:00
Hwang YunSong 8a172ceb52 ipconfig: New Korean resource. 2010-08-23 15:41:52 +02:00
Anders Jonsson 1a825030a5 ipconfig: Add Swedish translation. 2010-08-19 17:32:19 +02:00
Igor Paliychuk de11a2a7e4 ipconfig: Added Ukrainian translation. 2010-08-19 11:22:39 +02:00
André Hentschel dc4c712726 ipconfig: Add German translation. 2010-08-19 11:18:32 +02:00
Luca Bennati 4a7628af8a ipconfig: Add Italian translation. 2010-08-18 11:21:10 +02:00
Aurimas Fišeras e948f3d649 ipconfig: Add Lithuanian translation. 2010-08-18 11:20:52 +02:00