reactos.git
6 years ago[KERNEL32] Fix a FIXME in WaitNamedPipeW(): allow waiting on a remote pipe
Pierre Schweitzer [Sun, 29 Oct 2017 19:34:49 +0000 (20:34 +0100)]
[KERNEL32] Fix a FIXME in WaitNamedPipeW(): allow waiting on a remote pipe

6 years ago[RTL] Revert b3b2a23 which introduced a regression.
Pierre Schweitzer [Sun, 29 Oct 2017 14:03:12 +0000 (15:03 +0100)]
[RTL] Revert b3b2a23 which introduced a regression.
Spotted by Jérome

6 years ago[KERNEL32] In GetLogicalDrives(), if NtQueryInformationProcess() call succeed, but...
Pierre Schweitzer [Sun, 29 Oct 2017 13:48:41 +0000 (14:48 +0100)]
[KERNEL32] In GetLogicalDrives(), if NtQueryInformationProcess() call succeed, but return drive map is empty, make sure returned error is success.
Patch by Alex Ionescu

6 years agoCID 1206831 Dereference after null check
Samuel Serapion [Fri, 20 Oct 2017 18:00:32 +0000 (14:00 -0400)]
CID 1206831 Dereference after null check

BytesRead is an optional out parameter and must be checked before being written to.

6 years ago[MOUNTMGR][NTOSKRNL] ZwWriteFile() calls: Use explicit NULL instead of ambiguous...
Serge Gautherie [Sat, 28 Oct 2017 15:02:24 +0000 (17:02 +0200)]
[MOUNTMGR][NTOSKRNL] ZwWriteFile() calls: Use explicit NULL instead of ambiguous 0. CORE-13910

6 years ago[RAPPS] Prevent download dialog placeholder from displaying
Alexander Shaposhnikov [Sat, 28 Oct 2017 20:44:17 +0000 (23:44 +0300)]
[RAPPS] Prevent download dialog placeholder from displaying

CORE-13915

6 years ago[EXPLORER] CSysPagerWnd: Notify the CTrayWindow to reposition its children only when...
Giannis Adamopoulos [Sat, 28 Oct 2017 19:09:44 +0000 (22:09 +0300)]
[EXPLORER] CSysPagerWnd: Notify the CTrayWindow to reposition its children only when the number of the icons shown in the notification area changes.

6 years ago[EXPLORER] Simplify how autohide is implemented
Giannis Adamopoulos [Sat, 28 Oct 2017 16:23:49 +0000 (19:23 +0300)]
[EXPLORER] Simplify how autohide is implemented
Do not change m_TrayRects when m_AutoHideOffset is changed. m_AutoHideOffset will be taken into account only while WM_WINDOWPOSCHANGING is processed

6 years ago[NTOS] Add missing brackets. Comment out some unused statements. CORE-11799 (#94)
Amine Khaldi [Sat, 28 Oct 2017 14:19:17 +0000 (15:19 +0100)]
[NTOS] Add missing brackets. Comment out some unused statements. CORE-11799 (#94)

6 years ago[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out...
Amine Khaldi [Sat, 28 Oct 2017 14:04:18 +0000 (15:04 +0100)]
[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. CORE-11799 (#94)

6 years ago[SPOOLSV] Add some missing VOIDs. CORE-11799 (#94)
Amine Khaldi [Sat, 28 Oct 2017 13:43:14 +0000 (14:43 +0100)]
[SPOOLSV] Add some missing VOIDs. CORE-11799 (#94)

6 years ago[GLU32] Add TrimRegion destructor when compiling with clang-cl. CORE-11799 (#94)
Amine Khaldi [Sat, 28 Oct 2017 13:06:01 +0000 (14:06 +0100)]
[GLU32] Add TrimRegion destructor when compiling with clang-cl. CORE-11799 (#94)

6 years ago[OPENGL32] Set the stdcall calling convention for wglGetDHGLRC(). CORE-11799 (#94)
Amine Khaldi [Sat, 28 Oct 2017 12:56:32 +0000 (13:56 +0100)]
[OPENGL32] Set the stdcall calling convention for wglGetDHGLRC(). CORE-11799 (#94)

6 years ago[UDFS] Do not take some of the msvc codepaths when compiling with clang-cl due to...
Amine Khaldi [Sat, 28 Oct 2017 12:52:44 +0000 (13:52 +0100)]
[UDFS] Do not take some of the msvc codepaths when compiling with clang-cl due to issues such as inline assembly support. CORE-11799 (#94)

6 years ago[NTDLL][NTUSER][SPOOLSS][WINSPOOL] Add some missing VOIDs. CORE-11799 (#94)
Amine Khaldi [Sat, 28 Oct 2017 12:46:11 +0000 (13:46 +0100)]
[NTDLL][NTUSER][SPOOLSS][WINSPOOL] Add some missing VOIDs. CORE-11799 (#94)

6 years ago[CRT/INTRIN] Use __forceinline for __INTRIN_INLINE in the clang case. CORE-11799...
Amine Khaldi [Sat, 28 Oct 2017 12:34:43 +0000 (13:34 +0100)]
[CRT/INTRIN] Use __forceinline for __INTRIN_INLINE in the clang case. CORE-11799 (#94)

6 years ago[CRT] fix bug in _rotr implementation
zefklop [Sat, 28 Oct 2017 08:28:27 +0000 (10:28 +0200)]
[CRT] fix bug in _rotr implementation

6 years ago[INCLUDE/WINE] Use __builtin_ffs in the clang-cl build. CORE-11799 (#94)
Amine Khaldi [Fri, 27 Oct 2017 22:55:59 +0000 (23:55 +0100)]
[INCLUDE/WINE] Use __builtin_ffs in the clang-cl build. CORE-11799 (#94)

6 years ago[SHELL32] Remove some unused members and comment out some unused Wine code. CORE...
Amine Khaldi [Fri, 27 Oct 2017 22:51:44 +0000 (23:51 +0100)]
[SHELL32] Remove some unused members and comment out some unused Wine code. CORE-11799 (#94)

6 years ago[MSAFD] Properly define SockAsyncThread() and avoid the cast. CORE-11799 (#94)
Amine Khaldi [Fri, 27 Oct 2017 22:47:30 +0000 (23:47 +0100)]
[MSAFD] Properly define SockAsyncThread() and avoid the cast. CORE-11799 (#94)

6 years ago[SHSVCS] Add missing VOID. CORE-11799 (#94)
Amine Khaldi [Fri, 27 Oct 2017 22:42:40 +0000 (23:42 +0100)]
[SHSVCS] Add missing VOID. CORE-11799 (#94)

6 years ago[RAPPS] Removed redundant static_cast
Alexander Shaposhnikov [Fri, 27 Oct 2017 18:25:24 +0000 (21:25 +0300)]
[RAPPS] Removed redundant static_cast

6 years ago[RAPPS] Make CConfigParser a temp object.
Alexander Shaposhnikov [Sat, 21 Oct 2017 21:52:49 +0000 (00:52 +0300)]
[RAPPS] Make CConfigParser a temp object.

6 years ago[RAPPS] Replace pointer array with object array in parts related to app DL.
Alexander Shaposhnikov [Sat, 21 Oct 2017 21:00:50 +0000 (00:00 +0300)]
[RAPPS] Replace pointer array with object array in parts related to app DL.

6 years ago[NTOSKRNL][ROSSYM] ZwReadFile() calls: Use explicit NULL instead of ambiguous 0....
Serge Gautherie [Wed, 25 Oct 2017 11:57:27 +0000 (13:57 +0200)]
[NTOSKRNL][ROSSYM] ZwReadFile() calls: Use explicit NULL instead of ambiguous 0. CORE-13910

6 years ago[VERSION.CMAKE] Bump the version to 0.4.8-dev
Giannis Adamopoulos [Fri, 27 Oct 2017 06:38:34 +0000 (09:38 +0300)]
[VERSION.CMAKE] Bump the version to 0.4.8-dev

6 years agoCONTRIBUTING.md: Add legal notice
Alexander Shaposhnikov [Thu, 26 Oct 2017 22:29:28 +0000 (01:29 +0300)]
CONTRIBUTING.md: Add legal notice

6 years ago[EXPLORER] Update start menu banner to match our new versioning scheme for the master... 0.4.8-dev
David Quintana [Thu, 26 Oct 2017 20:33:16 +0000 (22:33 +0200)]
[EXPLORER] Update start menu banner to match our new versioning scheme for the master branch

6 years ago[NTOSKRNL] Fix out-of-bounds access (CID-1401083) and potencial memory leak in FsRtlI...
Timo Kreuzer [Sun, 22 Oct 2017 12:56:52 +0000 (14:56 +0200)]
[NTOSKRNL] Fix out-of-bounds access (CID-1401083) and potencial memory leak in FsRtlIsNameInExpressionPrivate

6 years ago[NTOSKRNL] Fix our-of-bounds access and memory leak (CID-1401178, 1401177) in FsRtlIs...
Timo Kreuzer [Wed, 11 Oct 2017 12:20:57 +0000 (14:20 +0200)]
[NTOSKRNL] Fix our-of-bounds access and memory leak (CID-14011781401177) in FsRtlIsDbcsInExpression

6 years ago[SHELL32] CDefView: Fix a leak of an HMENU. This fix is thanks to Joachim Henze who...
Giannis Adamopoulos [Thu, 26 Oct 2017 18:39:32 +0000 (21:39 +0300)]
[SHELL32] CDefView: Fix a leak of an HMENU. This fix is thanks to Joachim Henze who found the bug and quickly found the guilty revision. CORE-13911

6 years ago[ACPPAGE] Convert CLayerUIPropPage to use CPropertyPageImpl
Giannis Adamopoulos [Mon, 23 Oct 2017 15:56:57 +0000 (18:56 +0300)]
[ACPPAGE] Convert CLayerUIPropPage to use CPropertyPageImpl

6 years agoAdd CPropertyPageImpl that allows us to make property pages object oriented
Giannis Adamopoulos [Mon, 23 Oct 2017 20:41:47 +0000 (23:41 +0300)]
Add CPropertyPageImpl that allows us to make property pages object oriented

6 years ago[ATL] Add CHAIN_MSG_MAP macro
Giannis Adamopoulos [Mon, 23 Oct 2017 15:56:35 +0000 (18:56 +0300)]
[ATL] Add CHAIN_MSG_MAP macro

6 years ago[WIN32SS] fix font extent.
Katayama Hirofumi MZ [Wed, 25 Oct 2017 09:10:36 +0000 (18:10 +0900)]
[WIN32SS] fix font extent.
CORE-13840

6 years ago [KMTEST] Initial usermode support for testing FS mini-filters (#81)
Ged Murphy [Wed, 25 Oct 2017 09:39:55 +0000 (10:39 +0100)]
 [KMTEST] Initial usermode support for testing FS mini-filters (#81)

* [KMTEST] Initial usermode support for testing FS mini-filters
- Add base routines to wrap the win32 'Filter' APis
- Add support routines to be used when testing FS filter drivers
- Move KmtCreateService to a private routine so it can be shared with KmtFltCreateService
- Completely untested at the mo, so likely contains bugs at this point

6 years ago[STORPORT] Get the interrupt from the resource list, connect it and call the miniport...
Eric Kohl [Mon, 23 Oct 2017 21:21:58 +0000 (23:21 +0200)]
[STORPORT] Get the interrupt from the resource list, connect it and call the miniports HwInterrupt routine.
CORE-13866

6 years agoCORE-13048. [I8042PRT] keyboard.c: Restore 1 "Irql =" (which was lost in r30000)...
Serge Gautherie [Mon, 23 Oct 2017 19:18:27 +0000 (21:18 +0200)]
CORE-13048. [I8042PRT] keyboard.c: Restore 1 "Irql =" (which was lost in r30000). (#63)

[I8042PRT] Restore 1 "Irql =" (which was lost in r30000). CORE-13048

6 years ago[CONFIGURE] Add -VS_VER flag (#86)
Alexander Shaposhnikov [Mon, 23 Oct 2017 16:28:15 +0000 (19:28 +0300)]
[CONFIGURE] Add -VS_VER flag (#86)

This flag can override the detected version of VS.
Usage example: `configure.cmd vssolution -VS_VER 14`

6 years ago[KERNEL32] Fix MSVC build
Pierre Schweitzer [Mon, 23 Oct 2017 15:25:19 +0000 (17:25 +0200)]
[KERNEL32] Fix MSVC build

6 years ago[KERNEL32] Implement NpGetUserNamep()
Pierre Schweitzer [Mon, 23 Oct 2017 15:08:50 +0000 (17:08 +0200)]
[KERNEL32] Implement NpGetUserNamep()

6 years ago[NTDLL_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 13:36:29 +0000 (14:36 +0100)]
[NTDLL_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[INCLUDE/WINE] Update winternl.h. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 13:28:54 +0000 (14:28 +0100)]
[INCLUDE/WINE] Update winternl.h. CORE-13762

6 years ago[REGEDIT_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:57:10 +0000 (13:57 +0100)]
[REGEDIT_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[QEDIT_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:29:32 +0000 (13:29 +0100)]
[QEDIT_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[PSAPI_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:24:28 +0000 (13:24 +0100)]
[PSAPI_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[OPENGL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:19:43 +0000 (13:19 +0100)]
[OPENGL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[CRT] Use MAX_PATH for buffer meant to contain an arbitrary path
Samuel Serapion [Fri, 20 Oct 2017 15:03:07 +0000 (11:03 -0400)]
[CRT] Use MAX_PATH for buffer meant to contain an arbitrary path

The cFileName member of WIN32_FIND_DATA is an array of MAX_PATH(260). Using strcpy/wcscpy with the target buffer being smaller is potentially bad. Corresponds to CID 1401198 and 1401195.

6 years ago[KERNEL32] Fix a FIXME in GetNamedPipeHandleStateW and stub a private function for...
Pierre Schweitzer [Mon, 23 Oct 2017 12:36:18 +0000 (14:36 +0200)]
[KERNEL32] Fix a FIXME in GetNamedPipeHandleStateW and stub a private function for a left unimplemented function

6 years ago[KERNEL32] Check Basep8BitStringToDynamicUnicodeString() return and only call -W...
Pierre Schweitzer [Mon, 23 Oct 2017 11:39:44 +0000 (13:39 +0200)]
[KERNEL32] Check Basep8BitStringToDynamicUnicodeString() return and only call -W in case of success
CID 1419330

6 years ago[KERNEL32] Check NtQueryInformationFile succeed before using its return. Also fix...
Pierre Schweitzer [Mon, 23 Oct 2017 10:36:43 +0000 (12:36 +0200)]
[KERNEL32] Check NtQueryInformationFile succeed before using its return. Also fix coding style
CID 512966

6 years ago[FFS] Don't leak on failure
Pierre Schweitzer [Mon, 23 Oct 2017 08:30:27 +0000 (10:30 +0200)]
[FFS] Don't leak on failure
CID 1363596

6 years ago[FFS] Don't leak memory on volume mount
Pierre Schweitzer [Mon, 23 Oct 2017 08:25:40 +0000 (10:25 +0200)]
[FFS] Don't leak memory on volume mount
CID 1363583

6 years ago[FFS] Don't allocate (and leak :-)) an unused event
Pierre Schweitzer [Mon, 23 Oct 2017 08:21:32 +0000 (10:21 +0200)]
[FFS] Don't allocate (and leak :-)) an unused event
CID 1363607

6 years ago[EXPLORER] Reduce the spam due to the broken CBandSite in browseui
Giannis Adamopoulos [Sun, 22 Oct 2017 21:32:52 +0000 (00:32 +0300)]
[EXPLORER] Reduce the spam due to the broken CBandSite in browseui

6 years ago[REISERFS] Don't leak on failure
Pierre Schweitzer [Sun, 22 Oct 2017 20:51:02 +0000 (22:51 +0200)]
[REISERFS] Don't leak on failure
CID 1363597

6 years ago[REISERFS] Don't leak on failure
Pierre Schweitzer [Sun, 22 Oct 2017 20:40:21 +0000 (22:40 +0200)]
[REISERFS] Don't leak on failure
CID 1363593

6 years ago[REISERFS] Don't allocate (and leak :-)) an unused event
Pierre Schweitzer [Sun, 22 Oct 2017 20:30:22 +0000 (22:30 +0200)]
[REISERFS] Don't allocate (and leak :-)) an unused event
CID 1363603

6 years ago[ATL] Implement CDialogImpl
Mark Jansen [Fri, 20 Oct 2017 22:25:36 +0000 (00:25 +0200)]
[ATL] Implement CDialogImpl
CORE-13903

6 years ago[BROWSEUI] CBandSiteMenu: Use CSimpleArray and CComHeapPtr.
Giannis Adamopoulos [Sun, 22 Oct 2017 15:59:01 +0000 (18:59 +0300)]
[BROWSEUI] CBandSiteMenu: Use CSimpleArray and CComHeapPtr.

6 years ago[BROWSEUI] Improve CBandSiteBase::OnWinEvent to forward messages correctly to the...
Giannis Adamopoulos [Fri, 20 Oct 2017 16:41:01 +0000 (19:41 +0300)]
[BROWSEUI] Improve CBandSiteBase::OnWinEvent to forward messages correctly to the child bands.

6 years ago[BROWSEUI] Add a hack and abuse ISFB_STATE_QLINKSMODE to make the quick launch band...
Giannis Adamopoulos [Fri, 20 Oct 2017 13:23:17 +0000 (16:23 +0300)]
[BROWSEUI] Add a hack and abuse ISFB_STATE_QLINKSMODE to make the quick launch band to be aligned to left and show no text

6 years ago[BROWSEUI] CISFBand: Misc fixes
Giannis Adamopoulos [Fri, 20 Oct 2017 13:21:13 +0000 (16:21 +0300)]
[BROWSEUI] CISFBand: Misc fixes
- Slightly improve the implementation of IShellFolderBand
- Show both folders and files in the toolbar
- Use the name of the folder shown as the name of the band

6 years ago[BROWSEUI] CBandSiteMenu: Implement the Desktop, Quick Launch and New Toolbar menu...
Giannis Adamopoulos [Fri, 20 Oct 2017 13:17:10 +0000 (16:17 +0300)]
[BROWSEUI] CBandSiteMenu: Implement the Desktop, Quick Launch and New Toolbar menu items

6 years ago[BROWSEUI] CBandSiteMenu: Fix two broken loops
Giannis Adamopoulos [Fri, 20 Oct 2017 13:08:52 +0000 (16:08 +0300)]
[BROWSEUI] CBandSiteMenu: Fix two broken loops

6 years ago[BROWSEUI] Enable the menu items for the toolbars submenu of the CBandSiteMenu. Also...
Giannis Adamopoulos [Fri, 20 Oct 2017 13:04:15 +0000 (16:04 +0300)]
[BROWSEUI] Enable the menu items for the toolbars submenu of the CBandSiteMenu. Also add a new string which will be used in the next commit.

6 years ago[BROWSEUI] Rename CISFBand_CreateInstance and add a CISFBand_CreateInstance macro...
Giannis Adamopoulos [Fri, 20 Oct 2017 13:02:13 +0000 (16:02 +0300)]
[BROWSEUI] Rename CISFBand_CreateInstance and add a CISFBand_CreateInstance macro that makes easy to switch between the system implementation or the local one.

6 years ago[PSDK] Add some missing definitions from IShellFolderBand
Giannis Adamopoulos [Fri, 20 Oct 2017 12:53:16 +0000 (15:53 +0300)]
[PSDK] Add some missing definitions from IShellFolderBand

6 years ago[STORPORT] Fix x64 build
Timo Kreuzer [Sun, 22 Oct 2017 15:31:42 +0000 (17:31 +0200)]
[STORPORT] Fix x64 build

6 years ago[REACTOS] Fix x64 build
Timo Kreuzer [Thu, 19 Oct 2017 08:18:19 +0000 (10:18 +0200)]
[REACTOS] Fix x64 build
- SIZE_T -> ULONG in KsecGatherEntropyData
- Add missing ZwQueryInformationProcess() prototype for x64 build of btrfs
- Fix ml.exe path for VS 2017 Community Edition
- Add missing Handle32ToHandle to basetsd.h

6 years ago[NDK] Add tests for TEB
Timo Kreuzer [Sat, 7 Oct 2017 14:11:52 +0000 (16:11 +0200)]
[NDK] Add tests for TEB

6 years ago[NDK] Fix/improve definition of TEB
Timo Kreuzer [Mon, 14 Aug 2017 09:02:07 +0000 (11:02 +0200)]
[NDK] Fix/improve definition of TEB
This also changes the default definition for NTDDI_VERSION in sdkddkver.h to NTDDI_WS03SP1, when _WIN32_WINNT is _WIN32_WINNT_WS03.

6 years ago[NDK] fix some rtltypes.h definitions
Timo Kreuzer [Wed, 16 Aug 2017 07:52:25 +0000 (09:52 +0200)]
[NDK] fix some rtltypes.h definitions

6 years ago[STORPORT] Add the InitializeDpc code path to StorPortNotification().
Eric Kohl [Sun, 22 Oct 2017 07:25:36 +0000 (09:25 +0200)]
[STORPORT] Add the InitializeDpc code path to StorPortNotification().
CORE-13866

6 years ago[STORPORT] Implement StorPortNotification() / EnablePassiveInitialization and call...
Eric Kohl [Sat, 21 Oct 2017 21:58:42 +0000 (23:58 +0200)]
[STORPORT] Implement StorPortNotification() / EnablePassiveInitialization and call the passive initialization routine.
CORE-13866

6 years ago[STORPORT] Implement parts of StorPortGetPhysicalAddress() that handle the uncached...
Eric Kohl [Sat, 21 Oct 2017 19:55:42 +0000 (21:55 +0200)]
[STORPORT] Implement parts of StorPortGetPhysicalAddress() that handle the uncached extension.
CORE-13866

6 years ago[STORPORT] The miniport drivers HwInitialize routine returns a BOOLEAN. Handle this...
Eric Kohl [Sat, 21 Oct 2017 19:51:25 +0000 (21:51 +0200)]
[STORPORT] The miniport drivers HwInitialize routine returns a BOOLEAN. Handle this properly.
CORE-13866

6 years ago[BOOTDATA] This was not meant to be committed.
Eric Kohl [Sat, 21 Oct 2017 16:00:10 +0000 (18:00 +0200)]
[BOOTDATA] This was not meant to be committed.

6 years ago[STORPORT] Implement StorPortGetUncachedExtension().
Eric Kohl [Sat, 21 Oct 2017 15:55:35 +0000 (17:55 +0200)]
[STORPORT] Implement StorPortGetUncachedExtension().
CORE-13866

6 years ago[RDBSS] Make it clear that we want to zero all the create parameters
Pierre Schweitzer [Sat, 21 Oct 2017 13:06:04 +0000 (15:06 +0200)]
[RDBSS] Make it clear that we want to zero all the create parameters
CID 1411975

6 years ago[MMDEVAPI_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 13:10:14 +0000 (14:10 +0100)]
[MMDEVAPI_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[WMIUTILS_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 13:08:03 +0000 (14:08 +0100)]
[WMIUTILS_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[UXTHEME_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 13:01:30 +0000 (14:01 +0100)]
[UXTHEME_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[SHLWAPI_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 13:00:13 +0000 (14:00 +0100)]
[SHLWAPI_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[QMGR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:33:33 +0000 (13:33 +0100)]
[QMGR_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[PDH_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:22:17 +0000 (13:22 +0100)]
[PDH_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[ODBCCP32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:15:39 +0000 (13:15 +0100)]
[ODBCCP32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[MOUNTMGR] Don't attempt to free random address on failure
Pierre Schweitzer [Sat, 21 Oct 2017 12:13:44 +0000 (14:13 +0200)]
[MOUNTMGR] Don't attempt to free random address on failure
CID 515354

6 years ago[MSXML3_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:14:13 +0000 (13:14 +0100)]
[MSXML3_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 21 Oct 2017 12:11:27 +0000 (13:11 +0100)]
[MPR_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[MSI] Apply Wine commit fdac39f by Hans Leidekker: Pass correct length to GetDateForm...
Amine Khaldi [Fri, 20 Oct 2017 17:40:15 +0000 (18:40 +0100)]
[MSI] Apply Wine commit fdac39f by Hans Leidekker: Pass correct length to GetDateFormatW. CORE-13902

6 years ago[RAPPS] Don't leak handle on success
Pierre Schweitzer [Sat, 21 Oct 2017 08:49:02 +0000 (10:49 +0200)]
[RAPPS] Don't leak handle on success
CID 1419256

6 years ago[FLOPPY] Fix broken loop
Pierre Schweitzer [Sat, 21 Oct 2017 08:28:00 +0000 (10:28 +0200)]
[FLOPPY] Fix broken loop
CID 1419440

6 years ago[TRAVIS-CI] Increase the git clone depth a bit.
Amine Khaldi [Thu, 19 Oct 2017 21:32:41 +0000 (22:32 +0100)]
[TRAVIS-CI] Increase the git clone depth a bit.

6 years ago[SHELL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Thu, 19 Oct 2017 11:36:19 +0000 (12:36 +0100)]
[SHELL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[PSDK] Add missing KNOWN_FOLDER_FLAG and ILIsEmpty(). CORE-13762
Amine Khaldi [Thu, 19 Oct 2017 11:35:55 +0000 (12:35 +0100)]
[PSDK] Add missing KNOWN_FOLDER_FLAG and ILIsEmpty(). CORE-13762

6 years ago[MSVCRT_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Thu, 19 Oct 2017 11:22:20 +0000 (12:22 +0100)]
[MSVCRT_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[FONTS] Sync Tahoma and Symbol fonts with Wine Staging 2.16. CORE-13762
Amine Khaldi [Thu, 19 Oct 2017 09:56:44 +0000 (10:56 +0100)]
[FONTS] Sync Tahoma and Symbol fonts with Wine Staging 2.16. CORE-13762

6 years ago[KERNEL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Thu, 19 Oct 2017 10:27:47 +0000 (11:27 +0100)]
[KERNEL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

6 years ago[PSDK] Add some missing definitions to winbase.h. Import libloaderapi.h from Wine...
Amine Khaldi [Thu, 19 Oct 2017 10:06:20 +0000 (11:06 +0100)]
[PSDK] Add some missing definitions to winbase.h. Import libloaderapi.h from Wine Staging 2.16. CORE-13762