reactos.git
7 years ago[NTOS:OB]
Thomas Faber [Tue, 5 Jul 2016 22:24:54 +0000 (22:24 +0000)]
[NTOS:OB]
- Always set LinkHandle in NtOpenSymbolicLinkObject, as shown by tests
CORE-11509 #resolve

svn path=/trunk/; revision=71828

7 years ago[RAPPS(_new)][REGEDIT]: Fix our usage of (Begin)DeferWindowPos. See https://blogs...
Hermès Bélusca-Maïto [Tue, 5 Jul 2016 21:30:44 +0000 (21:30 +0000)]
[RAPPS(_new)][REGEDIT]: Fix our usage of (Begin)DeferWindowPos. See https://blogs.msdn.microsoft.com/oldnewthing/20050706-26/?p=35023 for more details.

svn path=/trunk/; revision=71827

7 years ago[REGEDIT]: We resize 4 windows --> BeginDeferWindowPos(4).
Hermès Bélusca-Maïto [Tue, 5 Jul 2016 21:13:48 +0000 (21:13 +0000)]
[REGEDIT]: We resize 4 windows --> BeginDeferWindowPos(4).

svn path=/trunk/; revision=71826

7 years ago[BOOTDATA]
Daniel Reimer [Tue, 5 Jul 2016 20:54:34 +0000 (20:54 +0000)]
[BOOTDATA]
CA roots update

svn path=/trunk/; revision=71825

7 years ago[SHORTCUTS]: Add a Task-Manager shortcut in the System Tools menu, for usability...
Hermès Bélusca-Maïto [Tue, 5 Jul 2016 18:43:08 +0000 (18:43 +0000)]
[SHORTCUTS]: Add a Task-Manager shortcut in the System Tools menu, for usability purposes.
CORE-11512 #resolve

svn path=/trunk/; revision=71824

7 years ago[SCHANNEL] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 5 Jul 2016 10:38:15 +0000 (10:38 +0000)]
[SCHANNEL] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71821

7 years ago[RTL]: Follow what I guess might be Alex' coding standards.
Hermès Bélusca-Maïto [Tue, 5 Jul 2016 00:38:28 +0000 (00:38 +0000)]
[RTL]: Follow what I guess might be Alex' coding standards.

svn path=/trunk/; revision=71819

7 years agoFix misspelling "Detatch" --> "Detach"
Hermès Bélusca-Maïto [Mon, 4 Jul 2016 22:35:15 +0000 (22:35 +0000)]
Fix misspelling "Detatch" --> "Detach"

svn path=/trunk/; revision=71818

7 years ago[NTOS]: Add a human-readable description for ObInitProcess as well.
Hermès Bélusca-Maïto [Mon, 4 Jul 2016 22:30:40 +0000 (22:30 +0000)]
[NTOS]: Add a human-readable description for ObInitProcess as well.

svn path=/trunk/; revision=71817

7 years ago[NTOS]
Hermès Bélusca-Maïto [Mon, 4 Jul 2016 22:27:35 +0000 (22:27 +0000)]
[NTOS]
- Document ObKillProcess.
- Implement and document ObClearProcessHandleTable (based on ObKillProcess).

svn path=/trunk/; revision=71816

7 years ago[NTOS]: Exit gently in MmCreateTeb if the call to MiCreatePebOrTeb failed. This is...
Hermès Bélusca-Maïto [Mon, 4 Jul 2016 22:23:07 +0000 (22:23 +0000)]
[NTOS]: Exit gently in MmCreateTeb if the call to MiCreatePebOrTeb failed. This is OK since the callers of MmCreateTeb check for its failure, and also perform cleanup & exit in accordance.

svn path=/trunk/; revision=71815

7 years ago[SERVICES]
Eric Kohl [Mon, 4 Jul 2016 21:37:24 +0000 (21:37 +0000)]
[SERVICES]
Fix yet another MSDN bug: ChangeServiceConfig2 ALWAYS requires SERVICE_CHANGE_CONFIG and SERVICE_START access rights and an enabled SE_SHUTDOWN_PRIVILEGE privilege when you try to set the failure actions. Otherwise, you will just get a STATUS_ACCESS_DENIED.

- Remove the access and privilege checks from ScmSetFailureActions and move them to RChangeServiceConfig2W.

svn path=/trunk/; revision=71814

7 years ago[SC]
Eric Kohl [Mon, 4 Jul 2016 21:04:00 +0000 (21:04 +0000)]
[SC]
- Fix buggy actions parser.
- Use proper NUL character instead of zero.

svn path=/trunk/; revision=71813

7 years ago[RTL]: Code styling modifications only:
Hermès Bélusca-Maïto [Mon, 4 Jul 2016 20:40:45 +0000 (20:40 +0000)]
[RTL]: Code styling modifications only:
- Use RtlCopyMemory,
- Don't hardcode types for sizeof(parameters),
- Braces for 'for'-loops,
- while (TRUE) instead of while (1),
- Use ULONG for integer iterator that cannot be negative,
- Start sentences with capitals.

svn path=/trunk/; revision=71812

7 years ago[RTL]
Hermès Bélusca-Maïto [Mon, 4 Jul 2016 20:28:20 +0000 (20:28 +0000)]
[RTL]
- Duplicate the standard (input/output/error) handles from the parent process, when creating a new one.
- Properly fail RtlCreateUserProcess if any of the ZwWriteVirtualMemory or RtlpInitEnvironment calls fail.

svn path=/trunk/; revision=71811

7 years ago[BOOTDATA]
Eric Kohl [Mon, 4 Jul 2016 18:27:08 +0000 (18:27 +0000)]
[BOOTDATA]
Revert to r71800.
Do not remove the time zone index because it is used to map countries to timezones.
CORE-11526 #resolve

svn path=/trunk/; revision=71808

7 years ago[NTVDM]
Aleksandar Andrejevic [Mon, 4 Jul 2016 04:08:01 +0000 (04:08 +0000)]
[NTVDM]
Remove the standard VGA modes from the VBE table as they're irrelevant for the
VBE driver.
Fix several bugs in INT 10h, AX = 4F02h:
- Don't crash if the video mode was not found.
- AH should be set to 1 on failure, and 0 on success.

svn path=/trunk/; revision=71806

7 years ago[SHELL32]: Fix a regression I introduced in r71804.
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 23:58:37 +0000 (23:58 +0000)]
[SHELL32]: Fix a regression I introduced in r71804.

svn path=/trunk/; revision=71805

7 years ago[SHELL32]: Shell policies should also read what's stored in HKEY_LOCAL_MACHINE ....
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 23:36:21 +0000 (23:36 +0000)]
[SHELL32]: Shell policies should also read what's stored in HKEY_LOCAL_MACHINE ... Actually SHRestricted should call SHRestrictionLookup from shlwapi.dll . I think I'll have to fork this code...

svn path=/trunk/; revision=71804

7 years ago[NTVDM]
Aleksandar Andrejevic [Sun, 3 Jul 2016 19:06:33 +0000 (19:06 +0000)]
[NTVDM]
Implement getting/setting the current VESA video mode.
Reset the extended SVGA registers when switching to a standard VGA mode.

svn path=/trunk/; revision=71803

7 years ago[SHELL32]: Add a trailing "\1" for the MRU list commands.
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 18:41:34 +0000 (18:41 +0000)]
[SHELL32]: Add a trailing "\1" for the MRU list commands.
Why? For ReactOS/Windows interoperability purposes.
Because if we don't do that, and then we use our shell32.dll on Windows and use the Run-File dialog, we start adding entries in the RunMRU registry key and, when those are then read by Windows' shell32, they are cut at the last backslash character...
CORE-11390 #resolve

svn path=/trunk/; revision=71802

7 years ago[BOOTDATA]
Eric Kohl [Sun, 3 Jul 2016 18:40:27 +0000 (18:40 +0000)]
[BOOTDATA]
Remove the Index value from the time zone entries. We do not need it any more and it has been removed from Windows Vista.

svn path=/trunk/; revision=71801

7 years ago[BOOTDATA]
Eric Kohl [Sun, 3 Jul 2016 18:27:17 +0000 (18:27 +0000)]
[BOOTDATA]
- Add "Belarus Time Zone".
- Add "Russia Time Zone 3", "Russia Timezone 10" and "Russia Time Zone 11".
- Fix some standard time and daylight time names.

svn path=/trunk/; revision=71800

7 years ago[SHELL32]: Implement RunFileDlg notification (in RunDlgProc), as described in http...
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 18:07:40 +0000 (18:07 +0000)]
[SHELL32]: Implement RunFileDlg notification (in RunDlgProc), as described in codeproject.com/KB/shell/runfiledlg.aspx .
CORE-11390

svn path=/trunk/; revision=71799

7 years ago[SHELL32][UNDOCSHELL]
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 18:05:27 +0000 (18:05 +0000)]
[SHELL32][UNDOCSHELL]
- Whitespaces fixes (tabs -> spaces);
- Code formatting.

svn path=/trunk/; revision=71798

7 years ago[USETUP]
Eric Kohl [Sun, 3 Jul 2016 14:57:21 +0000 (14:57 +0000)]
[USETUP]
Fix crash during installation.
Patch by Wim Hueskens.
CORE-11409 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71797

7 years ago[BOOTDATA]: Apply the new russian timezones, by "amber".
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 14:10:58 +0000 (14:10 +0000)]
[BOOTDATA]: Apply the new russian timezones, by "amber".
CORE-10558 #resolve #comment Finally committed!! ^^ Please retest :)

svn path=/trunk/; revision=71796

7 years ago[MSGINA]
Eric Kohl [Sun, 3 Jul 2016 13:55:15 +0000 (13:55 +0000)]
[MSGINA]
Icon fix ups.
Patch by Jared Smudde.
CORE-11417 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71795

7 years ago[KERNEL32]: Implement support for Auto-Execute (AE) Debugging: starting a user-specif...
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 13:52:28 +0000 (13:52 +0000)]
[KERNEL32]: Implement support for Auto-Execute (AE) Debugging: starting a user-specified debugger (e.g., DrWatson on Windows, etc...) which attaches to a user-mode application when the latter crashes.
CORE-11508 #resolve

svn path=/trunk/; revision=71794

7 years ago[KERNEL32]
Hermès Bélusca-Maïto [Sun, 3 Jul 2016 13:48:50 +0000 (13:48 +0000)]
[KERNEL32]
- No need to explicitely convert the pointers to PVOID in the NtQueryInformationProcess calls, and do not hardcode the size-of the variable being passed in parameter.
- "Fix" FatalAppExitW: it's only in checked builds that one can continue running the application even after a FatalAppExitW call.

svn path=/trunk/; revision=71793

7 years ago[COMCTL32_WINETEST] Addendum to r71791. CORE-11383
Amine Khaldi [Sun, 3 Jul 2016 12:30:14 +0000 (12:30 +0000)]
[COMCTL32_WINETEST] Addendum to r71791. CORE-11383

svn path=/trunk/; revision=71792

7 years ago[COMCTL32] Apply Wine Staging commit 35bf531 by Michael Müller: Preserve custom color...
Amine Khaldi [Sun, 3 Jul 2016 12:29:33 +0000 (12:29 +0000)]
[COMCTL32] Apply Wine Staging commit 35bf531 by Michael Müller: Preserve custom colors between subitems. (v2). CORE-11383

svn path=/trunk/; revision=71791

7 years ago[README.WINE] Mark some modules as synced with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 12:11:37 +0000 (12:11 +0000)]
[README.WINE] Mark some modules as synced with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71790

7 years ago[WINMM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:58:56 +0000 (11:58 +0000)]
[WINMM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71789

7 years ago[IPHLPAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:56:44 +0000 (11:56 +0000)]
[IPHLPAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71788

7 years ago[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:54:30 +0000 (11:54 +0000)]
[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71787

7 years ago[SERVICES_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:52:01 +0000 (11:52 +0000)]
[SERVICES_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71786

7 years ago[TRANSLATION]
Eric Kohl [Sun, 3 Jul 2016 11:50:29 +0000 (11:50 +0000)]
[TRANSLATION]
Updating Turkish Translation
Patch by Erdem Ersoy.
CORE-11476 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71785

7 years ago[SECUR32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:50:18 +0000 (11:50 +0000)]
[SECUR32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71784

7 years ago[SCHANNEL_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:46:08 +0000 (11:46 +0000)]
[SCHANNEL_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71782

7 years ago[SHELL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:36:38 +0000 (11:36 +0000)]
[SHELL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71781

7 years ago[MSVCRT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:33:21 +0000 (11:33 +0000)]
[MSVCRT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71780

7 years ago[GDI32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368 CORE-11331
Amine Khaldi [Sun, 3 Jul 2016 11:29:52 +0000 (11:29 +0000)]
[GDI32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368 CORE-11331

svn path=/trunk/; revision=71779

7 years ago[WINHTTP_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:21:35 +0000 (11:21 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71778

7 years ago[PSDK] Update ntsecpkg.h. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:19:58 +0000 (11:19 +0000)]
[PSDK] Update ntsecpkg.h. CORE-11368

svn path=/trunk/; revision=71777

7 years ago[STDOLE32.TLB] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:18:44 +0000 (11:18 +0000)]
[STDOLE32.TLB] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71776

7 years ago[WIDL] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 3 Jul 2016 11:16:23 +0000 (11:16 +0000)]
[WIDL] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71775

7 years ago[TRANSLATION]
Eric Kohl [Sun, 3 Jul 2016 09:51:22 +0000 (09:51 +0000)]
[TRANSLATION]
Romanian resources maintenance.
Patch by Ștefan Fulea.

CORE-11439 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71774

7 years ago[KMTESTS]
Thomas Faber [Sun, 3 Jul 2016 09:23:37 +0000 (09:23 +0000)]
[KMTESTS]
- Addendum to r71770
CORE-11509

svn path=/trunk/; revision=71773

7 years ago[SC]
Eric Kohl [Sun, 3 Jul 2016 08:56:43 +0000 (08:56 +0000)]
[SC]
Failure command:
- Parse the actions parameter.
- Adjust the shutdown privilege in order to set the failure actions.

svn path=/trunk/; revision=71772

7 years ago[NTOS:OB]
Thomas Faber [Sun, 3 Jul 2016 08:54:20 +0000 (08:54 +0000)]
[NTOS:OB]
- Use the correct buffer size for the link target in NtCreateSymbolicLinkObject
CORE-11509

svn path=/trunk/; revision=71771

7 years ago[KMTESTS:OB]
Thomas Faber [Sun, 3 Jul 2016 08:31:28 +0000 (08:31 +0000)]
[KMTESTS:OB]
- Add a test for ZwCreateSymbolicLinkObject/ZwQuerySymbolicLinkObject
CORE-11509

svn path=/trunk/; revision=71770

7 years ago[NTOS:OB]
Thomas Faber [Sun, 3 Jul 2016 08:22:43 +0000 (08:22 +0000)]
[NTOS:OB]
- Use SEH to access the link target buffer in NtQuerySymbolicLinkObject
CORE-11509

svn path=/trunk/; revision=71769

7 years ago[KERNEL32]: Formatting fixes (whitespace...) only.
Hermès Bélusca-Maïto [Sat, 2 Jul 2016 20:52:25 +0000 (20:52 +0000)]
[KERNEL32]: Formatting fixes (whitespace...) only.

svn path=/trunk/; revision=71768

7 years ago[NTDLL]
Hermès Bélusca-Maïto [Sat, 2 Jul 2016 20:37:35 +0000 (20:37 +0000)]
[NTDLL]
Export RtlMapSecurityErrorToNtStatus since we have it available in our RTL library (however it is still only stubbed).

[RTL][NDK]
- NT-ify a bit error.c
- Add the prototypes of the functions that manipulate the "last Win32 error" and "last NT status".
- Add the prototypes of the functions that get & set the thread-error-mode (for hard-errors).
- Define some prototypes for NTOS_MODE_USER only.

[CONSRV]
RtlGetLastNtStatus is now in the NDK, no need to keep its prototype there anymore.

svn path=/trunk/; revision=71767

7 years ago[INCLUDE/WINE] Update winternl.h. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 16:07:18 +0000 (16:07 +0000)]
[INCLUDE/WINE] Update winternl.h. CORE-11368

svn path=/trunk/; revision=71766

7 years ago[QUARTZ_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:56:56 +0000 (15:56 +0000)]
[QUARTZ_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71765

7 years ago[QUARTZ] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:56:39 +0000 (15:56 +0000)]
[QUARTZ] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71764

7 years ago[QEDIT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:52:42 +0000 (15:52 +0000)]
[QEDIT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71763

7 years ago[QEDIT] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:52:21 +0000 (15:52 +0000)]
[QEDIT] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71762

7 years ago[PSDK] Update qedit.idl. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:42:23 +0000 (15:42 +0000)]
[PSDK] Update qedit.idl. CORE-11368

svn path=/trunk/; revision=71761

7 years ago[DMUSIC] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:40:22 +0000 (15:40 +0000)]
[DMUSIC] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71760

7 years ago[DINPUT] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:38:59 +0000 (15:38 +0000)]
[DINPUT] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71759

7 years ago[D3DRM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:34:17 +0000 (15:34 +0000)]
[D3DRM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71758

7 years ago[D3DRM] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:33:46 +0000 (15:33 +0000)]
[D3DRM] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71757

7 years ago[PSDK] Update d3drm.h. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:33:00 +0000 (15:33 +0000)]
[PSDK] Update d3drm.h. CORE-11368

svn path=/trunk/; revision=71756

7 years ago[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:29:06 +0000 (15:29 +0000)]
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71755

7 years ago[WINDOWSCODECS] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:28:24 +0000 (15:28 +0000)]
[WINDOWSCODECS] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71754

7 years ago[DEVENUM] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:24:22 +0000 (15:24 +0000)]
[DEVENUM] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71753

7 years ago[WININET_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:23:55 +0000 (15:23 +0000)]
[WININET_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71752

7 years ago[WININET] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:23:01 +0000 (15:23 +0000)]
[WININET] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71751

7 years ago[PSDK] Update wincodec.idl. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:16:32 +0000 (15:16 +0000)]
[PSDK] Update wincodec.idl. CORE-11368

svn path=/trunk/; revision=71750

7 years ago[AMSTREAM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:15:26 +0000 (15:15 +0000)]
[AMSTREAM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71749

7 years ago[PSDK] Update rpcdce.h. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 15:04:47 +0000 (15:04 +0000)]
[PSDK] Update rpcdce.h. CORE-11368

svn path=/trunk/; revision=71748

7 years ago[PSDK] Add missing MUI_MERGE_SYSTEM_FALLBACK, MUI_MERGE_USER_FALLBACK and MUI_UI_FALL...
Amine Khaldi [Sat, 2 Jul 2016 13:51:18 +0000 (13:51 +0000)]
[PSDK] Add missing MUI_MERGE_SYSTEM_FALLBACK, MUI_MERGE_USER_FALLBACK and MUI_UI_FALLBACK.

svn path=/trunk/; revision=71747

7 years ago[UNICODE] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:46:41 +0000 (13:46 +0000)]
[UNICODE] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71746

7 years ago[AMSTREAM] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:35:40 +0000 (13:35 +0000)]
[AMSTREAM] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71745

7 years ago[INETCPL] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:28:27 +0000 (13:28 +0000)]
[INETCPL] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71744

7 years ago[RPCRT4] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:24:53 +0000 (13:24 +0000)]
[RPCRT4] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71743

7 years ago[SETUPAPI] Properly stub SetupAddSectionToDiskSpaceListA, SetupAddToDiskSpaceListA...
Amine Khaldi [Sat, 2 Jul 2016 13:17:44 +0000 (13:17 +0000)]
[SETUPAPI] Properly stub SetupAddSectionToDiskSpaceListA, SetupAddToDiskSpaceListA and SetupQueryDrivesInDiskSpaceListA.

svn path=/trunk/; revision=71742

7 years ago[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:17:08 +0000 (13:17 +0000)]
[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71741

7 years ago[SHLWAPI] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:15:50 +0000 (13:15 +0000)]
[SHLWAPI] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71740

7 years ago[T2EMBED] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:14:52 +0000 (13:14 +0000)]
[T2EMBED] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71739

7 years ago[URLMON_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:12:56 +0000 (13:12 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71738

7 years ago[URLMON] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:11:50 +0000 (13:11 +0000)]
[URLMON] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71737

7 years ago[VBSCRIPT] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:09:58 +0000 (13:09 +0000)]
[VBSCRIPT] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71736

7 years ago[WBEMPROX_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:07:46 +0000 (13:07 +0000)]
[WBEMPROX_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71735

7 years ago[WBEMPROX] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:06:47 +0000 (13:06 +0000)]
[WBEMPROX] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71734

7 years ago[WINSCARD] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:05:27 +0000 (13:05 +0000)]
[WINSCARD] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71733

7 years ago[WINTRUST_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:04:19 +0000 (13:04 +0000)]
[WINTRUST_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71732

7 years ago[WINTRUST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:03:38 +0000 (13:03 +0000)]
[WINTRUST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71731

7 years ago[WLDAP32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:02:31 +0000 (13:02 +0000)]
[WLDAP32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71730

7 years ago[VERSION_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 13:01:07 +0000 (13:01 +0000)]
[VERSION_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71729

7 years ago[VERSION] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 12:58:50 +0000 (12:58 +0000)]
[VERSION] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71728

7 years ago[XMLLITE_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 12:57:07 +0000 (12:57 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71727

7 years ago[PSDK] Update xmllite.idl. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 12:56:15 +0000 (12:56 +0000)]
[PSDK] Update xmllite.idl. CORE-11368

svn path=/trunk/; revision=71726

7 years ago[XMLLITE] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 12:53:37 +0000 (12:53 +0000)]
[XMLLITE] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71725

7 years ago[USP10_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sat, 2 Jul 2016 12:51:53 +0000 (12:51 +0000)]
[USP10_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71724

7 years ago[DNSAPI]
Thomas Faber [Sat, 2 Jul 2016 12:10:05 +0000 (12:10 +0000)]
[DNSAPI]
- Fix infinite loop in DnsQuery_W

svn path=/trunk/; revision=71723

7 years ago* Missed this bit.
Amine Khaldi [Sat, 2 Jul 2016 11:58:22 +0000 (11:58 +0000)]
* Missed this bit.

svn path=/trunk/; revision=71722