1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Alexandre Julliard
7ccb5df0fc makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
Hans Leidekker
757ea81a99 ipconfig: Call GetAdaptersAddresses() in a loop. 2023-09-06 11:10:26 +02:00
Hans Leidekker
3f9f4a4a0e ipconfig: Use CRT allocation functions. 2023-09-06 11:10:26 +02:00
Alexandre Julliard
e3664fa8ad ipconfig: Use nameless union/structs. 2023-06-16 17:57:24 +02:00
Francois Gouget
8d2146934c iphlpapi: Fix the GAA_FLAG_INCLUDE_GATEWAYS constant name. 2023-04-10 14:18:00 +02:00
Eric Pouech
8201fe2494 ipconfig: Use OEM code page for output.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-02 11:47:26 +02:00
Hans Leidekker
21fad44766 ipconfig: Print primary DNS suffix.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-09 22:02:55 +01:00
Alexandre Julliard
b2240d6dfb ipconfig: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 11:01:09 +02:00
Alexandre Julliard
088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Michael Stefaniuc
9834492d2f ipconfig: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-21 10:50:47 +02:00
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