reactos.git
5 years ago[NTOS:CM] Set and reset the CMHIVE HiveIsLoading flag adequately. Fix an assertion...
Hermès Bélusca-Maïto [Sat, 16 Feb 2019 23:54:59 +0000 (00:54 +0100)]
[NTOS:CM] Set and reset the CMHIVE HiveIsLoading flag adequately. Fix an assertion in CmFlushKey() and reset the CMHIVE ViewLockOwner when releasing the view lock.

5 years ago[SNDVOL32] AUTORADIOBUTTONs are AUTORADIOBUTTONs, not PUSHBUTTONs
Eric Kohl [Sat, 16 Feb 2019 19:36:46 +0000 (20:36 +0100)]
[SNDVOL32] AUTORADIOBUTTONs are AUTORADIOBUTTONs, not PUSHBUTTONs

5 years ago[SNDVOL32] Change the menu item prefix from IDC to IDM
Eric Kohl [Sat, 16 Feb 2019 18:22:57 +0000 (19:22 +0100)]
[SNDVOL32] Change the menu item prefix from IDC to IDM

5 years ago[WIN32K:NTUSER] Do not try to reposition an off-screen menu as if it were a popup... menu_alignment 1360/head
Mark Jansen [Sat, 16 Feb 2019 14:07:49 +0000 (15:07 +0100)]
[WIN32K:NTUSER] Do not try to reposition an off-screen menu as if it were a popup menu
CORE-15733

5 years ago[KERNEL32] Stub SetThreadErrorMode()
Pierre Schweitzer [Sat, 16 Feb 2019 13:12:01 +0000 (14:12 +0100)]
[KERNEL32] Stub SetThreadErrorMode()

Now, Steam crashes because of the stub of GetSystemTimePreciseAsFileTime

CORE-14966

5 years ago[SNDVOL32] Enable the balance and volume trackbars only if the line has a volume...
Eric Kohl [Sat, 16 Feb 2019 12:54:46 +0000 (13:54 +0100)]
[SNDVOL32] Enable the balance and volume trackbars only if the line has a volume fader control.

5 years ago[MSAFD] Add an initial implementation of SIO_GET_EXTENSION_FUNCTION_POINTER IOCTL
Pierre Schweitzer [Sat, 16 Feb 2019 12:46:40 +0000 (13:46 +0100)]
[MSAFD] Add an initial implementation of SIO_GET_EXTENSION_FUNCTION_POINTER IOCTL

Also stub the related functions the IOCTL will return, namely: WSAID_ACCEPTEX,
WSAID_CONNECTEX, WSAID_DISCONNECTEX, WSAID_GETACCEPTEXSOCKADDRS

This will allow Steam client not to fail in an ASSERT
related to the Steam client PlatformSocketsInit function.

Even though, this doesn't fix Steam running on ReactOS since its UI requires
a Windows 7 API from Kernel32: SetThreadErrorMode().

Nota: its crash got fixed thanks to the Wine sync done recently.

CORE-14966

5 years ago[SNDVOL32] Disable the Mute checkbox for all lines that do not have a mute switch...
Eric Kohl [Sat, 16 Feb 2019 11:57:19 +0000 (12:57 +0100)]
[SNDVOL32] Disable the Mute checkbox for all lines that do not have a mute switch control

5 years ago[E1000] Remove useless null check
Pierre Schweitzer [Sat, 16 Feb 2019 09:01:50 +0000 (10:01 +0100)]
[E1000] Remove useless null check

CID 512827

5 years ago[E1000] Don't attempt to free uninitialized pointer
Pierre Schweitzer [Sat, 16 Feb 2019 08:58:44 +0000 (09:58 +0100)]
[E1000] Don't attempt to free uninitialized pointer

CID 1442660

5 years agomsgdump.h undocumented drag & drop support (#1359)
Katayama Hirofumi MZ [Sat, 16 Feb 2019 08:27:25 +0000 (17:27 +0900)]
msgdump.h undocumented drag & drop support (#1359)

In sdk/include/reactos/msgdump.h, support Drag & Drop undocumented messages.

5 years ago[IPHLPAPI] Properly handle GetModuleBaseName failure
Pierre Schweitzer [Sat, 16 Feb 2019 08:05:15 +0000 (09:05 +0100)]
[IPHLPAPI] Properly handle GetModuleBaseName failure

CID 14426621442663

5 years ago[IPHLPAPI] Check pointers when returning module info from specific connection
Pierre Schweitzer [Sat, 16 Feb 2019 08:00:06 +0000 (09:00 +0100)]
[IPHLPAPI] Check pointers when returning module info from specific connection

5 years ago[IPHLPAPI] Remove dead code
Pierre Schweitzer [Sat, 16 Feb 2019 07:48:08 +0000 (08:48 +0100)]
[IPHLPAPI] Remove dead code

CID 513306, 14426731442697

5 years ago[FASTFAT] On volume open, update share access if volume was already open
Pierre Schweitzer [Thu, 14 Feb 2019 09:48:32 +0000 (10:48 +0100)]
[FASTFAT] On volume open, update share access if volume was already open

It was never updated afterwards, leading to a totally loss of share
access information amongst callers.

5 years ago[VFATLIB] Don't forcibly delete LFN when not in RW mode
Pierre Schweitzer [Thu, 14 Feb 2019 09:12:31 +0000 (10:12 +0100)]
[VFATLIB] Don't forcibly delete LFN when not in RW mode

5 years ago[USETUP] Check the status value of BuildInstallPaths() (#1349)
Bișoc George [Wed, 13 Feb 2019 14:22:28 +0000 (15:22 +0100)]
[USETUP] Check the status value of BuildInstallPaths() (#1349)

5 years ago[NSLOOKUP] Fix crash in case of no network connectivity (#1354)
Julian Kirsch [Wed, 13 Feb 2019 12:12:52 +0000 (13:12 +0100)]
[NSLOOKUP] Fix crash in case of no network connectivity (#1354)

Prevent nslookup.exe from crashing when executed in a ROS VM with no network
interfaces. This is due to a NULL pointer dereference occurring if
`GetNetworkParams` in `main` fails with an error other than
`ERROR_BUFFER_OVERFLOW`. In this case, `pNetInfo` remains initialized to
NULL, causing `strncpy` to crash.

5 years ago[CRYPTEXT] Add Romanian & Italian translations (#1352)
Bișoc George [Wed, 13 Feb 2019 12:11:17 +0000 (13:11 +0100)]
[CRYPTEXT] Add Romanian & Italian translations (#1352)

5 years ago[OSK] Romanian & Italian translations update (#1353)
Bișoc George [Wed, 13 Feb 2019 12:10:54 +0000 (13:10 +0100)]
[OSK] Romanian & Italian translations update (#1353)

5 years ago[RAMDISK] Fix unterminated query table
Andrew Cook [Wed, 13 Feb 2019 08:33:10 +0000 (19:33 +1100)]
[RAMDISK] Fix unterminated query table

5 years ago[CRT] Implement thread/fiber safe support for MSVC and Clang-CL
Timo Kreuzer [Sun, 3 Feb 2019 23:06:35 +0000 (00:06 +0100)]
[CRT] Implement thread/fiber safe support for MSVC and Clang-CL

This is the most trivial (but also most efficient) implementation possible. Should be good enough for now.

5 years ago[CRT] Use alias names for rot functions when compiling with Clang-CL
Timo Kreuzer [Sun, 3 Feb 2019 22:36:49 +0000 (23:36 +0100)]
[CRT] Use alias names for rot functions when compiling with Clang-CL

Clang-CL does not support #pragma function like CL. The alternative to this approach is to disable all intrinsics for this single source file, but that is not trivial to do, as it can only be done by removing a compiler switch, which we have no CMake support for. Therefore this solution is simpler and as good.

5 years ago[MVDM] hack-fix Clang-CL build
Timo Kreuzer [Sun, 3 Feb 2019 18:57:30 +0000 (19:57 +0100)]
[MVDM] hack-fix Clang-CL build

5 years ago[CPPRT] Implement __std_terminate wrapper for Clang-CL
Timo Kreuzer [Sun, 3 Feb 2019 17:25:04 +0000 (18:25 +0100)]
[CPPRT] Implement __std_terminate wrapper for Clang-CL

5 years ago[NDK] Fix INIT_SECTION for Clang (use the GCC definition)
Timo Kreuzer [Sun, 3 Feb 2019 17:04:03 +0000 (18:04 +0100)]
[NDK] Fix INIT_SECTION for Clang (use the GCC definition)

5 years ago[CRT] Don't define _DECLSPEC_I on Clang builds
Timo Kreuzer [Sun, 3 Feb 2019 16:49:29 +0000 (17:49 +0100)]
[CRT] Don't define _DECLSPEC_I on Clang builds

5 years ago[SNDVOL32] Read the Style value from the registry and use it as the default display...
Eric Kohl [Mon, 11 Feb 2019 22:44:01 +0000 (23:44 +0100)]
[SNDVOL32] Read the Style value from the registry and use it as the default display mode. The /n option is no longer needed.

CORE-15743

5 years ago[SNDVOL32] Disable the balance trackbar for mono channels.
Eric Kohl [Mon, 11 Feb 2019 20:16:32 +0000 (21:16 +0100)]
[SNDVOL32] Disable the balance trackbar for mono channels.

CORE-15743

5 years ago[MEDIA][INF] Fix E1000 driver date
Stanislav Motylkov [Mon, 11 Feb 2019 18:16:26 +0000 (21:16 +0300)]
[MEDIA][INF] Fix E1000 driver date

DriverVer date format is mm/dd/yyyy

5 years ago[CONFIGURE] Do not create another "reactos" directory in build directory. This makes...
Victor Perevertkin [Sun, 16 Sep 2018 12:07:46 +0000 (15:07 +0300)]
[CONFIGURE] Do not create another "reactos" directory in build directory. This makes configure.sh consistent with configure.cmd

5 years ago[NTOSKRNL] Simplify object type name printing
Pierre Schweitzer [Mon, 11 Feb 2019 08:03:15 +0000 (09:03 +0100)]
[NTOSKRNL] Simplify object type name printing

5 years ago[WIN32SS:NTUSER] Bugcheck in case two mandatory initialization steps are not fulfilled.
Hermès Bélusca-Maïto [Sat, 5 Jan 2019 15:50:32 +0000 (16:50 +0100)]
[WIN32SS:NTUSER] Bugcheck in case two mandatory initialization steps are not fulfilled.

- Bugcheck VIDEO_DRIVER_INIT_FAILURE in case initializing video fails.
- Bugcheck WIN32K_INIT_OR_RIT_FAILURE (Windows-compatible) in case
  the USER subsystem version does not match.

5 years ago[BUGCODES] Add WIN32K_INIT_OR_RIT_FAILURE to the list.
Hermès Bélusca-Maïto [Thu, 3 Jan 2019 14:50:06 +0000 (15:50 +0100)]
[BUGCODES] Add WIN32K_INIT_OR_RIT_FAILURE to the list.

5 years ago[USBSTOR][USBSTOR_NEW] Fix a comparison made for assigning the ScsiInquiryData->Remov...
Hermès Bélusca-Maïto [Sun, 10 Feb 2019 21:33:43 +0000 (22:33 +0100)]
[USBSTOR][USBSTOR_NEW] Fix a comparison made for assigning the ScsiInquiryData->RemovableMedia flag.

Now removable drives are really reported as such.

See https://github.com/reactos/reactos/pull/308/files#r163224294
for more details.

5 years ago[DISK.SYS] Add a HACK so that we can use NT5+ NTOS functions with this NT4 driver...
Hermès Bélusca-Maïto [Wed, 2 Jan 2019 19:28:21 +0000 (20:28 +0100)]
[DISK.SYS] Add a HACK so that we can use NT5+ NTOS functions with this NT4 driver for removable devices.

This is needed in order to avoid an infinite recursive loop between
disk!UpdateRemovableGeometry() and ntos!IoReadPartitionTable().
This does not happen with NT5+ disk_new.sys because it doesn't call
IoReadPartitionTable() in that situation.

5 years ago[SNDVOL32] Implement the volume and balance trackbar for mono and stereo lines.
Eric Kohl [Sun, 10 Feb 2019 21:17:15 +0000 (22:17 +0100)]
[SNDVOL32] Implement the volume and balance trackbar for mono and stereo lines.

5 years ago[OOPS] That was not meant to be pushed/commited
Pierre Schweitzer [Sun, 10 Feb 2019 19:52:55 +0000 (20:52 +0100)]
[OOPS] That was not meant to be pushed/commited

5 years ago[CRYPTEX] Add French translation
Pierre Schweitzer [Sun, 10 Feb 2019 19:42:32 +0000 (20:42 +0100)]
[CRYPTEX] Add French translation

5 years ago[CRYPTEXT] Add russian translation
Stanislav Motylkov [Sun, 10 Feb 2019 19:26:09 +0000 (22:26 +0300)]
[CRYPTEXT] Add russian translation

Addendum to d56d9c1.

5 years ago[SNDVOL32] Initialize and update the volume and balance trackbars. Moving the trackba...
Eric Kohl [Sun, 10 Feb 2019 18:34:22 +0000 (19:34 +0100)]
[SNDVOL32] Initialize and update the volume and balance trackbars. Moving the trackbars has no effect yet.

5 years ago[SNDVOL32] Fix coding style issues. No code changes!
Eric Kohl [Sun, 10 Feb 2019 12:28:58 +0000 (13:28 +0100)]
[SNDVOL32] Fix coding style issues. No code changes!

5 years ago[CRYPTEXT] Make extension localizable, and add an icon for certificate files (#1347)
Baruch Rutman [Sun, 10 Feb 2019 16:57:43 +0000 (18:57 +0200)]
[CRYPTEXT] Make extension localizable, and add an icon for certificate files (#1347)

- Localize error message and shell file extension description.
- Added Hebrew resources.
- Added Icon.

The icon is the Tango icon named "certificate". If anybody has a idea for more fitting icon please recommend it.

Follow up of #1343

CORE-15736

5 years ago[NETCFGX] Fix an assignment typo.
Hermès Bélusca-Maïto [Sun, 10 Feb 2019 16:30:56 +0000 (17:30 +0100)]
[NETCFGX] Fix an assignment typo.

5 years ago[CMAKE] msvc.cmake: Remove 2 now redundant '/GF' (#1239)
Serge Gautherie [Sun, 10 Feb 2019 15:46:23 +0000 (16:46 +0100)]
[CMAKE] msvc.cmake: Remove 2 now redundant '/GF' (#1239)

Addendum to 5e673f3.
CORE-14373

5 years ago[USETUP][REACTOS] Check the status return value of InitDestinationPaths() (#1264)
Bișoc George [Sun, 10 Feb 2019 15:43:51 +0000 (16:43 +0100)]
[USETUP][REACTOS] Check the status return value of InitDestinationPaths() (#1264)

- Within the function's body code, check the status values returned by the called functions.
- Change the BuildInstallPaths's function type to NTSTATUS instead of VOID (and check the status of InitDestinationPaths() as well.

5 years ago[OSK] Implement standard/enhanced keyboard handler (#1338)
Bișoc George [Sun, 10 Feb 2019 15:04:16 +0000 (16:04 +0100)]
[OSK] Implement standard/enhanced keyboard handler (#1338)

- Add the respective standard keyboard resource.
- Implement the standard/enhanced keyboard dialog switcher.
- Implement save/load handler.
- Move the warning box conditinal check (bShowWarning) to wWinMain application entry point (this will prevent the modal welcome box from displaying each time the user switches into another dialog).

CORE-14428

5 years ago[SETUP][INF] Add font substitute for CJK. (#1346)
Luo Yufan [Sun, 10 Feb 2019 14:46:19 +0000 (22:46 +0800)]
[SETUP][INF] Add font substitute for CJK. (#1346)

Fix CJK font problem in Royale theme in ReactOS.

The reason for this PR is similar to the previous one (#1127).
CORE-15738

5 years ago[IPHLPAPI] Preserve decoration in exported symbols 1345/head
Mark Jansen [Sat, 9 Feb 2019 12:23:47 +0000 (13:23 +0100)]
[IPHLPAPI] Preserve decoration in exported symbols
CORE-8462
CORE-15665

5 years ago[SNDVOL32] Disable the 'Advanced Controls' menu item by default.
Eric Kohl [Sun, 10 Feb 2019 11:53:08 +0000 (12:53 +0100)]
[SNDVOL32] Disable the 'Advanced Controls' menu item by default.

5 years ago[NTOSKRNL] Also display sections name
Pierre Schweitzer [Sun, 10 Feb 2019 10:23:57 +0000 (11:23 +0100)]
[NTOSKRNL] Also display sections name

5 years ago[UDFS] Correctly check SeSinglePrivilegeCheck() return value
Serge Gautherie [Wed, 30 Jan 2019 00:54:42 +0000 (01:54 +0100)]
[UDFS] Correctly check SeSinglePrivilegeCheck() return value

SeSinglePrivilegeCheck() returns a BOOLEAN, not a NTSTATUS.

CORE-14271

5 years ago[SDK:CMAKE] Fix LINK command-line from the VS IDE for CMake VSSolution configurations...
Hermès Bélusca-Maïto [Sat, 9 Feb 2019 23:47:43 +0000 (00:47 +0100)]
[SDK:CMAKE] Fix LINK command-line from the VS IDE for CMake VSSolution configurations, when using MSVC "linker script" files.

MSBuild, via the VS IDE, uses response files when calling CL or LINK.
We cannot specify a custom response file on the linker command-line,
since specifying response files from within response files is forbidden.
We therefore have to pre-process, at configuration time, the linker
script so as to retrieve the custom linker options to be appended
to the linker command-line.

5 years ago[FREELDR][SDK:CMAKE] Move the `MSVC "linker script" file' functionality out of FreeLd...
Hermès Bélusca-Maïto [Sat, 9 Feb 2019 23:43:31 +0000 (00:43 +0100)]
[FREELDR][SDK:CMAKE] Move the `MSVC "linker script" file' functionality out of FreeLdr's cmake file and place it in the dedicated files instead.

5 years ago[FREELDR] Fix VSSolution configuring and build
Oleksandr Shaposhnikov [Mon, 4 Feb 2019 02:53:09 +0000 (04:53 +0200)]
[FREELDR] Fix VSSolution configuring and build

"configure.cmd VSSolution" was failing due to add_asm_files macro
 expansion. It was using the same 'freeldr_linker_file' variable name
 as a temporary filename base twice. This patch uses '_target'
 parameter to make those variable names differ.

5 years ago[SNDVOL32] Fix the positions and sizes of the separators of the normal line dialog...
Eric Kohl [Sat, 9 Feb 2019 23:14:05 +0000 (00:14 +0100)]
[SNDVOL32] Fix the positions and sizes of the separators of the normal line dialog and load the master dialogs for speakers or headphones.

5 years ago[NTOSKRNL] Fix parsing loop
Pierre Schweitzer [Sat, 9 Feb 2019 12:59:11 +0000 (13:59 +0100)]
[NTOSKRNL] Fix parsing loop

5 years ago[NTOSKRNL] Add a first implementation of !handle command in KDBG
Pierre Schweitzer [Sat, 9 Feb 2019 12:45:19 +0000 (13:45 +0100)]
[NTOSKRNL] Add a first implementation of !handle command in KDBG

It allows dumping all the handles (filtered by PID/Process)
and it displays basic information about file and key handles

5 years ago[mvdm] Fix missing pointer dereference
Andrew Cook [Sat, 9 Feb 2019 04:08:08 +0000 (15:08 +1100)]
[mvdm] Fix missing pointer dereference

Original code compared against the pointer value rather
than the first byte

5 years ago[CRYPTEXT] Add a minimal shell extension that will show the certificate dialog 1343/head
Mark Jansen [Sat, 9 Feb 2019 00:44:39 +0000 (01:44 +0100)]
[CRYPTEXT] Add a minimal shell extension that will show the certificate dialog

5 years ago[LDR] Check forwarded imports against the manifest before trying to load them 1342/head
Mark Jansen [Thu, 7 Feb 2019 19:57:04 +0000 (20:57 +0100)]
[LDR] Check forwarded imports against the manifest before trying to load them
CORE-15729

5 years ago[E1000] Finished an implementation of the driver.
Victor Perevertkin [Mon, 21 Jan 2019 21:44:25 +0000 (00:44 +0300)]
[E1000] Finished an implementation of the driver.
Added PIDs for whole Intel 8254x family.
Note: this driver uses legacy interfaces for either receive and transmit descriptors.
CORE-14675

5 years ago[NDIS] Improve debug output
Mark Jansen [Mon, 2 Jul 2018 20:29:05 +0000 (22:29 +0200)]
[NDIS] Improve debug output

5 years ago[E1000] Initial send implementation.
Mark Jansen [Sun, 3 Jun 2018 20:43:50 +0000 (22:43 +0200)]
[E1000] Initial send implementation.

CORE-14675

5 years ago[E1000] Implement basic sending.
Mark Jansen [Tue, 29 May 2018 20:52:43 +0000 (22:52 +0200)]
[E1000] Implement basic sending.
Implement some interrupt recognition

CORE-14675

5 years ago[E1000] Basic initialization of the card
Mark Jansen [Sun, 27 May 2018 22:09:10 +0000 (00:09 +0200)]
[E1000] Basic initialization of the card
Initialize some registers, allocate basic resources

CORE-14675

5 years ago[E1000] Create an initial driver skeleton
Mark Jansen [Fri, 18 May 2018 22:23:45 +0000 (00:23 +0200)]
[E1000] Create an initial driver skeleton
Based on the rtl8139 driver written by Cameron Gutman

CORE-14675

5 years ago[LDR] Add support for .local files 1339/head
Mark Jansen [Sun, 14 Oct 2018 13:45:02 +0000 (15:45 +0200)]
[LDR] Add support for .local files
CORE-187

5 years ago[NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U
Mark Jansen [Sat, 2 Feb 2019 01:31:48 +0000 (02:31 +0100)]
[NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U

5 years ago[RTL] Implement RtlComputePrivatizedDllName_U
Mark Jansen [Sat, 2 Feb 2019 01:30:40 +0000 (02:30 +0100)]
[RTL] Implement RtlComputePrivatizedDllName_U

5 years ago[NTOS:MM] ExFreePoolWithTag(): Accept tag mismatch, on release build only (#1334)
Serge Gautherie [Thu, 7 Feb 2019 15:57:56 +0000 (16:57 +0100)]
[NTOS:MM] ExFreePoolWithTag(): Accept tag mismatch, on release build only (#1334)

"Release" builds should not BSoD on 'Freeing pool - invalid tag specified' case,
this is compatible with Windows behaviour.
Nothing changes otherwise concerning the "Debug" builds, where pool-tag mismatch
triggers a BSoD as expected.

CORE-15446

5 years ago[SNDVOL32] Take the balance between channels into account for the volume trackbar...
Eric Kohl [Tue, 5 Feb 2019 19:33:43 +0000 (20:33 +0100)]
[SNDVOL32] Take the balance between channels into account for the  volume trackbar of the tray window.

5 years ago[MMSYS] Take the balance between channels into account for the master volume trackbar.
Eric Kohl [Mon, 4 Feb 2019 22:54:04 +0000 (23:54 +0100)]
[MMSYS] Take the balance between channels into account for the master volume trackbar.

5 years ago[WINDOWSCODECS_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:12:58 +0000 (13:12 +0100)]
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[WINDOWSCODECS] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:12:26 +0000 (13:12 +0100)]
[WINDOWSCODECS] Sync with Wine Staging 4.0. CORE-15682

5 years ago[PSDK] Update wincodec.idl. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:11:54 +0000 (13:11 +0100)]
[PSDK] Update wincodec.idl. CORE-15682

5 years ago[WBEMPROX_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:11:26 +0000 (13:11 +0100)]
[WBEMPROX_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[WBEMPROX] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:10:55 +0000 (13:10 +0100)]
[WBEMPROX] Sync with Wine Staging 4.0. CORE-15682

5 years ago[WBEMDISP_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:10:24 +0000 (13:10 +0100)]
[WBEMDISP_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[WBEMDISP] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:09:55 +0000 (13:09 +0100)]
[WBEMDISP] Sync with Wine Staging 4.0. CORE-15682

5 years ago[VERSION_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:09:27 +0000 (13:09 +0100)]
[VERSION_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[VERSION] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:09:00 +0000 (13:09 +0100)]
[VERSION] Sync with Wine Staging 4.0. CORE-15682

5 years ago[VBSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:08:28 +0000 (13:08 +0100)]
[VBSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[VBSCRIPT] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:07:56 +0000 (13:07 +0100)]
[VBSCRIPT] Sync with Wine Staging 4.0. CORE-15682

5 years ago[UXTHEME_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:07:25 +0000 (13:07 +0100)]
[UXTHEME_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[USP10_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:06:57 +0000 (13:06 +0100)]
[USP10_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[USP10] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:06:21 +0000 (13:06 +0100)]
[USP10] Sync with Wine Staging 4.0. CORE-15682

5 years ago[USERENV_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:05:28 +0000 (13:05 +0100)]
[USERENV_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[URLMON_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:05:00 +0000 (13:05 +0100)]
[URLMON_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[URLMON] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:04:30 +0000 (13:04 +0100)]
[URLMON] Sync with Wine Staging 4.0. CORE-15682

5 years ago[TWAIN_32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:03:56 +0000 (13:03 +0100)]
[TWAIN_32_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[T2EMBED] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:03:27 +0000 (13:03 +0100)]
[T2EMBED] Sync with Wine Staging 4.0. CORE-15682

5 years ago[SXS_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:02:58 +0000 (13:02 +0100)]
[SXS_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[SXS] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:02:29 +0000 (13:02 +0100)]
[SXS] Sync with Wine Staging 4.0. CORE-15682

5 years ago[SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:01:59 +0000 (13:01 +0100)]
[SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[SHLWAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:01:30 +0000 (13:01 +0100)]
[SHLWAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[SHELL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:00:58 +0000 (13:00 +0100)]
[SHELL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682

5 years ago[PSDK] Update shellapi.h and shlobj.h. CORE-15682
Amine Khaldi [Mon, 4 Feb 2019 12:00:25 +0000 (13:00 +0100)]
[PSDK] Update shellapi.h and shlobj.h. CORE-15682

5 years ago[TRANSLATION] Update Chinese translation.
Luo Yufan [Sun, 3 Feb 2019 10:27:55 +0000 (18:27 +0800)]
[TRANSLATION] Update Chinese translation.

5 years agoMerge pull request #1335 from ariscop/CMP0065
Andrew Cook [Sun, 3 Feb 2019 11:57:20 +0000 (22:57 +1100)]
Merge pull request #1335 from ariscop/CMP0065

Fixes for upstream cmake