Eric Pouech
|
14bb74cc10
|
uninstaller: 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:39 +02:00 |
|
Eric Pouech
|
e54f91c80c
|
uninstaller: Set subsystem to GUI.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-21 12:32:06 +01:00 |
|
Eric Pouech
|
bae8ef750a
|
uninstaller: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-07 10:59:31 +01:00 |
|
Alexandre Julliard
|
f0cd33c69e
|
include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-01-27 20:38:22 +01:00 |
|
Alexandre Julliard
|
9183aec7c7
|
uninstaller: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-25 11:02:12 +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 |
|
Zhiyi Zhang
|
ae384e6377
|
uninstaller: Add system DPI awareness settings to the application manifest.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-09-07 10:17:02 +02:00 |
|
Zhiyi Zhang
|
1a47d1b96f
|
uninstaller: Enable visual styles.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-06-16 09:00:07 +02:00 |
|
Alexandre Julliard
|
ba713a8cf0
|
uninstaller: Restart 64-bit version from the system32 directory.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-04-16 11:13:21 +02:00 |
|
Michael Stefaniuc
|
55a9db677c
|
uninstaller: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-03-18 22:04:01 +01:00 |
|
Michael Stefaniuc
|
566321269d
|
uninstaller: Constify the string paramenter of output_array().
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-03-18 22:04:01 +01:00 |
|
Alexandre Julliard
|
16c93e97b6
|
uninstaller: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-05-13 22:07:32 +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
|
89cbab5d51
|
uninstaller: Explicitly mark a qsort() callback funtion cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-06 07:13:53 -05:00 |
|
Alexandre Julliard
|
01db71e4e4
|
uninstaller: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-01 10:40:32 +02:00 |
|
Vincent Povirk
|
88580a3ad6
|
uninstaller: Re-exec as 64-bit in wow64.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-02 19:35:43 +02:00 |
|
Michael Stefaniuc
|
dbf2426b74
|
uninstaller: 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:44:12 +02:00 |
|
Alexandre Julliard
|
7c555f5c90
|
uninstaller: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-02 10:22:17 +01:00 |
|
Hugh McMaster
|
581533b65c
|
uninstaller: Pass RegQueryValueExW() the size of the buffer (Coverity).
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-15 11:15:03 +02:00 |
|
Hugh McMaster
|
fb01bc0428
|
uninstaller: Add help switch and usage information.
|
2015-08-21 15:52:23 +09:00 |
|
Hugh McMaster
|
8432e7dd30
|
uninstaller: Add WriteFile fallback.
|
2015-08-19 20:19:57 +09:00 |
|
Hugh McMaster
|
4335c464c3
|
uninstaller: Output Unicode program names in CLI mode.
|
2015-08-18 14:39:43 +09:00 |
|
Hugh McMaster
|
7bde6ec4ae
|
uninstaller: Add WriteConsoleW support.
|
2015-08-18 14:39:12 +09:00 |
|
Gerald Pfeifer
|
1f14031334
|
uninstaller: Remove BackSlashW.
|
2014-08-21 12:23:42 +02: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
|
bc967a6e03
|
uninstaller: Remove unused global variable.
Not used since 393fd51f79
|
2013-11-04 11:05:00 +01:00 |
|
Alexandre Julliard
|
da35622b83
|
makefiles: Disable use of Unicode macros globally for all the programs.
|
2012-01-20 13:14:16 +01:00 |
|
Hans Leidekker
|
3de8370a4e
|
uninstaller: Don't list system components.
|
2011-05-30 11:16:23 +02:00 |
|
Francois Gouget
|
d770f86c9a
|
programs: In English punctuations are not preceded by a space.
|
2011-03-30 18:23:40 +02:00 |
|
Hans Leidekker
|
7b2604e5f9
|
uninstaller: List 32-bit applications on 64-bit platforms.
|
2011-02-22 13:35:12 +01:00 |
|
Alexandre Julliard
|
4bca33439e
|
uninstaller: Convert translations to po files.
|
2011-01-04 20:27:33 +01:00 |
|
Hans Leidekker
|
458fcf4aa7
|
uninstaller: Fix a leak.
|
2010-12-24 12:05:23 +01:00 |
|
Hans Leidekker
|
fea5767a02
|
uninstaller: Run msiexec if the WindowsInstaller value is set.
|
2010-12-23 18:01:16 +01:00 |
|
Paul Vriens
|
467c1cf1f9
|
uninstaller: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-21 12:31:17 +02:00 |
|
Hwang YunSong
|
41585ab42f
|
uninstaller: Update Korean resource.
|
2010-10-18 19:08:37 +02:00 |
|
Alexandre Julliard
|
d80db87611
|
uninstaller: Remove unneeded carriage return in resource string.
|
2010-10-14 17:54:52 +02:00 |
|
Yaron Shahrabani
|
bbceba9445
|
uninstaller: Added Hebrew translation.
|
2010-10-13 11:23:06 +02:00 |
|
Cheer Xiao
|
d6a306b981
|
uninstaller: Update simplified Chinese translation.
|
2010-09-29 11:31:50 +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 |
|
Michael Stefaniuc
|
566ac55eee
|
uninstaller: Remove the ignored common resource attributes.
|
2010-07-22 11:41:39 +02:00 |
|
Alexandre Julliard
|
6fb39dfe4a
|
programs: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:37 +02:00 |
|
Michael Stefaniuc
|
509e35d05f
|
uninstaller: Update the Czech translation.
Translation by Radek Vokal.
|
2010-07-12 19:44:09 +02:00 |
|
Igor Paliychuk
|
e4e2e484e4
|
uninstaller: Add Ukrainian translation.
|
2010-07-08 17:33:36 +02:00 |
|
Ken Sharp
|
c72cd32ff9
|
uninstaller: Add Welsh resource.
|
2010-07-07 11:30:33 +02:00 |
|
Gustavo Henrique Milaré
|
74fcac9dfa
|
uninstaller: Update Portuguese (Brazilian) translation.
|
2010-07-01 10:09:54 +02:00 |
|
Paul Vriens
|
1edc58eae9
|
resources: Fix some copy-paste mistakes in resource files.
|
2010-06-08 12:59:03 +02:00 |
|
Sven Baars
|
ac9c0b2169
|
uninstaller: Fix Dutch translation.
|
2010-05-11 11:07:00 +02:00 |
|
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
|