reactos.git
11 years ago[SAMLIB][SAMSRV]
Eric Kohl [Sat, 9 Jun 2012 23:34:42 +0000 (23:34 +0000)]
[SAMLIB][SAMSRV]
Implement SamEnumerateAliasesInDomain and SamrEnumerateAliasesInDomain. SamEnumerateAliasesInDomain does not return the names of the enumerated aliases, most likely due to a bug in rpcrt4.dll.

svn path=/trunk/; revision=56718

11 years ago[ACTXPRXY][URLMON]
Thomas Faber [Sat, 9 Jun 2012 16:08:19 +0000 (16:08 +0000)]
[ACTXPRXY][URLMON]
- Use IRegistrar mechanism for registration. Fixes urlmon:misc and mshtml:dom crashes
See issue #7113 for more details.

svn path=/trunk/; revision=56717

11 years ago[CMD]
Art Yerkes [Sat, 9 Jun 2012 02:55:15 +0000 (02:55 +0000)]
[CMD]
Fix first argument of the target program so that paths with spaces aren't
reparsed by the c runtime as multiple arguments.

svn path=/trunk/; revision=56716

11 years ago- Fix configure warnings.
James Tabor [Sat, 9 Jun 2012 02:17:39 +0000 (02:17 +0000)]
- Fix configure warnings.

svn path=/trunk/; revision=56715

11 years ago[Win32k]
James Tabor [Fri, 8 Jun 2012 21:19:31 +0000 (21:19 +0000)]
[Win32k]
- Fix attach thread input based on which thread is foreground. Tested with wine Msg test_SetFocus, CursorIcon test_SetCursor and test_ShowCursor, still needs more testing. See bug 7098 and bug 7107, used the test cases and it works with Qemu.

svn path=/trunk/; revision=56714

11 years ago[HIDCLASS]
Sylvain Petreolle [Fri, 8 Jun 2012 18:49:43 +0000 (18:49 +0000)]
[HIDCLASS]
Add missing dependency.

svn path=/trunk/; revision=56713

11 years ago[ROSTESTS]
Sylvain Petreolle [Fri, 8 Jun 2012 18:08:11 +0000 (18:08 +0000)]
[ROSTESTS]
Fix oleaut32_winetest dependencies.

svn path=/trunk/; revision=56712

11 years ago[PSDK]
Timo Kreuzer [Fri, 8 Jun 2012 13:13:31 +0000 (13:13 +0000)]
[PSDK]
Fix WS2TCPIP_INLINE in ws2tcpip.h as well

svn path=/trunk/; revision=56711

11 years ago[PSDK]
Timo Kreuzer [Fri, 8 Jun 2012 13:10:52 +0000 (13:10 +0000)]
[PSDK]
- Add missing C definition of InlineIsEqualGUID in guiddef.h
- Use portable TYPE_ALIGNMENT instead of __builtin_alignof in mstcpip.h
- Remove definition of DL_EUI48 from netiodef.h, since it's already definied as a forward declaration in mstcpip.h
- Make WS2TCPIP_INLINE extern inline instead of static inline to fix warnings about usage in non static inline functions

svn path=/trunk/; revision=56710

11 years ago[CMD]
Art Yerkes [Thu, 7 Jun 2012 22:41:22 +0000 (22:41 +0000)]
[CMD]
Terminate lines that show environment results from the SET command.

svn path=/trunk/; revision=56709

11 years ago[SERVICES]
Eric Kohl [Thu, 7 Jun 2012 14:11:07 +0000 (14:11 +0000)]
[SERVICES]
Implement REnumServiceGroupW.
Patch by Hermès Bélusca.

See issue #7106 for more details.

svn path=/trunk/; revision=56708

11 years ago[Win32SS]
James Tabor [Thu, 7 Jun 2012 12:05:17 +0000 (12:05 +0000)]
[Win32SS]
- Fix crash and pass all wine CursorIcon test_SetCursor and test_ShowCursor.

svn path=/trunk/; revision=56707

11 years ago[NTOSKRNL]
Eric Kohl [Thu, 7 Jun 2012 11:55:31 +0000 (11:55 +0000)]
[NTOSKRNL]
Stop parsing keys and return STATUS_KEY_DELETED if the parent key was marked as deleted. This fixes two winetests.

svn path=/trunk/; revision=56706

11 years ago[Win32k]
James Tabor [Thu, 7 Jun 2012 11:52:13 +0000 (11:52 +0000)]
[Win32k]
- Turn off a debug print. Fixed wine Edit test_edit_control_2 SetFocus return and one more in Msg test_SetFocus.

svn path=/trunk/; revision=56705

11 years ago[SAMLIB][SAMSRV]
Eric Kohl [Thu, 7 Jun 2012 10:31:17 +0000 (10:31 +0000)]
[SAMLIB][SAMSRV]
- Implement SamGetMembersInAlias and SamrGetMembersInAlias.
- Add registry helper routines SampRegQueryKeyInfo, SampRegEnumerateValue and SampRegSetValue.
- Remove unused SAM database code.
- Store the name and members key (only for aliases and groups) in the database object.

svn path=/trunk/; revision=56704

11 years ago[Win32k]
James Tabor [Thu, 7 Jun 2012 01:08:41 +0000 (01:08 +0000)]
[Win32k]
- Fast fix attach thread input. Tested with win Msg test_SetFocus, fixed the WM_ACTIVATE issue, still needs more testing. See bug 7098, used the test case and it works.

svn path=/trunk/; revision=56703

11 years ago[SERVICES]
Eric Kohl [Wed, 6 Jun 2012 23:01:53 +0000 (23:01 +0000)]
[SERVICES]
Removing some code defects discovered by Coverity.
Patch by Hermès Bélusca.
See issue #7105 for more details.

svn path=/trunk/; revision=56702

11 years ago[NTOSKRNL]
Art Yerkes [Wed, 6 Jun 2012 21:22:19 +0000 (21:22 +0000)]
[NTOSKRNL]
Don't crash when unmapping a kernel-space image section, due to dereferencing a NULL
Process.

svn path=/trunk/; revision=56701

11 years ago[HIDCLASS]
Amine Khaldi [Wed, 6 Jun 2012 15:41:08 +0000 (15:41 +0000)]
[HIDCLASS]
* Add a missing break, preventing a null pointer dereference. CID 515263.

svn path=/trunk/; revision=56700

11 years ago[FREELDR]
Jérôme Gardou [Wed, 6 Jun 2012 15:33:21 +0000 (15:33 +0000)]
[FREELDR]
* Handle case when non-existing channel is asked for debug tracing
CID 701362

svn path=/trunk/; revision=56699

11 years ago[SERVICES]
Amine Khaldi [Tue, 5 Jun 2012 21:15:37 +0000 (21:15 +0000)]
[SERVICES]
* Fix a typo and an indentation. By Hermès Bélusca.
See issue #7104 for more details.

svn path=/trunk/; revision=56698

11 years ago[TRANSLATION]
Olaf Siejka [Tue, 5 Jun 2012 14:37:58 +0000 (14:37 +0000)]
[TRANSLATION]
- brasilian portugeese translation by Matheus Macabu (bug no. 7079);

[AHK]
- add scripts for including AHK tests into Reactos\Bin;

svn path=/trunk/; revision=56697

11 years ago[SERVICES]
Eric Kohl [Tue, 5 Jun 2012 10:19:39 +0000 (10:19 +0000)]
[SERVICES]
Implement SERVICE_CONFIG_FAILURE_ACTIONS case in RQueryServiceConfig2W and RQueryServiceConfig2A.

Patch by Hermès Bélusca.

See issue #7101 for more details.

svn path=/trunk/; revision=56696

11 years ago[SERVICES]
Amine Khaldi [Mon, 4 Jun 2012 15:28:48 +0000 (15:28 +0000)]
[SERVICES]
* Remove logically dead code. CID 513302.

svn path=/trunk/; revision=56695

11 years ago[ADVAPI]
Eric Kohl [Mon, 4 Jun 2012 14:35:21 +0000 (14:35 +0000)]
[ADVAPI]
Use ULONG_PTR instead of UINT_PTR.

Patch by Hermès Bélusca.
See issue #7100 for more details.

svn path=/trunk/; revision=56694

11 years ago[MSCOREE_WINETEST]
Amine Khaldi [Mon, 4 Jun 2012 10:47:09 +0000 (10:47 +0000)]
[MSCOREE_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56693

11 years ago[MSCOREE]
Amine Khaldi [Mon, 4 Jun 2012 10:46:54 +0000 (10:46 +0000)]
[MSCOREE]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56692

11 years ago[KERNEL32_WINETEST]
Amine Khaldi [Mon, 4 Jun 2012 10:45:54 +0000 (10:45 +0000)]
[KERNEL32_WINETEST]
* Sync loader tests to Wine 1.5.4. Thanks to Arty for fixing the related issues.
See issue #7071 for more details.

svn path=/trunk/; revision=56691

11 years ago[SAMLIB]: Implement SamAddMemberToAlias, SamCreateAliasInDomain, SamEnumerateDomainsI...
Eric Kohl [Sun, 3 Jun 2012 20:54:06 +0000 (20:54 +0000)]
[SAMLIB]: Implement SamAddMemberToAlias, SamCreateAliasInDomain, SamEnumerateDomainsInSamServer, SamOpenAlias, SamQueryInformationDomain and SamQueryInformationUser.
[SAMSRV]: Implement SamrEnumerateDomainsInSamServer (buggy, probably a bug in WIDL), SamrQueryInformationDomain.DomainNameInformation, SamrCreateAliasInDomain, SamrOpenAlias and SamrAddMemberToAlias.
[SAMSRV]: Add more registry helper routines.
[SAMSRV]: Create builtin aliases upon setup.

svn path=/trunk/; revision=56690

11 years ago- Fix a FIXME and fix the last test in wine Win test_ShowWindow.
James Tabor [Sat, 2 Jun 2012 03:56:23 +0000 (03:56 +0000)]
- Fix a FIXME and fix the last test in wine Win test_ShowWindow.

svn path=/trunk/; revision=56689

11 years ago[Win32SS]
James Tabor [Sat, 2 Jun 2012 03:34:04 +0000 (03:34 +0000)]
[Win32SS]
- Minor fixups to SetParent.
- Add utilities to check thread queue states and verify window object is still alive.

svn path=/trunk/; revision=56688

11 years ago[SAMLIB][SAMSRV][SYSSETUP]
Eric Kohl [Fri, 1 Jun 2012 22:41:43 +0000 (22:41 +0000)]
[SAMLIB][SAMSRV][SYSSETUP]
- Implement SamSetInformationDomain.DomainNameInformation and SamrSetInformationDomain.DomainNameInformation.
- Set the account domain name for SAM too.
- Remove the old samlib.h file.

svn path=/trunk/; revision=56687

11 years ago[USBCCGP]
Amine Khaldi [Fri, 1 Jun 2012 18:59:22 +0000 (18:59 +0000)]
[USBCCGP]
* Fix a thinko.

svn path=/trunk/; revision=56686

11 years ago[SAMLIB]
Eric Kohl [Fri, 1 Jun 2012 18:03:25 +0000 (18:03 +0000)]
[SAMLIB]
- Implement SamFreeMemory and SamLookupDomainInSamServer.
- Remove unused file debug.h.

[SAMSRV]
- Implement SamrLookupDomainInSamServer.
- Add registry helper functions.
- Store the domain name in a new Name attribute which is used by Sam(r)LookupDomainInSamServer.

svn path=/trunk/; revision=56685

11 years ago[WIN32K]
Timo Kreuzer [Fri, 1 Jun 2012 16:15:46 +0000 (16:15 +0000)]
[WIN32K]
Fix a comment

svn path=/trunk/; revision=56684

11 years ago[PSDK]
Timo Kreuzer [Fri, 1 Jun 2012 16:10:14 +0000 (16:10 +0000)]
[PSDK]
- Add __post_invalid to specstrings.h
- Add missing InterlockedCompareExchangePointerAcquire and InterlockedCompareExchangePointerRelease for x86 to winbase.h
- Add missing MemoryBarrier definition

svn path=/trunk/; revision=56683

11 years ago[NTOSKRNL]
Art Yerkes [Fri, 1 Jun 2012 09:01:41 +0000 (09:01 +0000)]
[NTOSKRNL]
- Allow placement of a wait entry in virgin address space prior to mapping a page.
- Add a wait entry in the address space when paging in section view.
- Correct a problem that previously prevented us from evicting or querying pages that
  had been protected into PAGE_NOACCESS protection by adding a query for disabled
  mappings and handling disabled mappings in a few places (this may be controversial).

svn path=/trunk/; revision=56682

11 years ago[ADVAPI32]
Eric Kohl [Thu, 31 May 2012 14:18:59 +0000 (14:18 +0000)]
[ADVAPI32]
Fixed broken build.

svn path=/trunk/; revision=56681

11 years ago[ADVAPI32]
Eric Kohl [Thu, 31 May 2012 14:02:19 +0000 (14:02 +0000)]
[ADVAPI32]
- Get the logon user SID using the new SAM keys and values. This is still a hack.

[SAMLIB]
- Remove all hacks.

[SYSSETUP]
- Remove all administrator account hacks.

svn path=/trunk/; revision=56680

11 years ago[SAMLIB]
Eric Kohl [Thu, 31 May 2012 11:07:51 +0000 (11:07 +0000)]
[SAMLIB]
- Implement SamOpenUser and SamSetInformationUser.
- Add SamQueryInformationUser stub.

[SAMSRV]
- Implement SamrOpenUser.
- Add a hack to SamrSetInformationUser that enables us to store a users password (as plain-text) in the registry.
- SamrCreateUserInDomain: Fix the creation of user account key names and start counting user RIDs at 1000.
- Clean-up the SAM registry setup code.
- Assingn SIDs to the BUILTIN and Account domains.
- Create the Administrator and Guest accounts in the SAM setup.

svn path=/trunk/; revision=56679

11 years ago[LSASRV][SYSSETUP]
Eric Kohl [Wed, 30 May 2012 22:53:37 +0000 (22:53 +0000)]
[LSASRV][SYSSETUP]
Move the creation of the random account domain SID from syssetup.dll to lsasrv.dll. This change is required because the account domain SID must be stored in the LSA database before the SAM database initializes. Syssetup.dll created the account domain SID much too late.

svn path=/trunk/; revision=56678

11 years ago[NTDLL_APITEST]
Timo Kreuzer [Wed, 30 May 2012 21:16:24 +0000 (21:16 +0000)]
[NTDLL_APITEST]
rename rtl bitmap tests

svn path=/trunk/; revision=56677

11 years ago[Win32k]
James Tabor [Tue, 29 May 2012 21:34:06 +0000 (21:34 +0000)]
[Win32k]
- Users are not allowed to set null desktops. Fixes bug 6759.

svn path=/trunk/; revision=56676

11 years ago[NTDLL_APITEST]
Timo Kreuzer [Tue, 29 May 2012 18:46:25 +0000 (18:46 +0000)]
[NTDLL_APITEST]
Add tests for rtl bitmap function

svn path=/trunk/; revision=56675

11 years ago[NDK]
Timo Kreuzer [Tue, 29 May 2012 18:40:41 +0000 (18:40 +0000)]
[NDK]
Add missing rtl bitmap functions

svn path=/trunk/; revision=56674

11 years ago[Win32k]
James Tabor [Tue, 29 May 2012 11:57:24 +0000 (11:57 +0000)]
[Win32k]
- Don't check for send nonclient paint messages and bump up the paint count. This may spell the end of the PAINTING BUG spam.

svn path=/trunk/; revision=56673

11 years ago[SAMLIB][SAMSRV]
Eric Kohl [Mon, 28 May 2012 22:47:52 +0000 (22:47 +0000)]
[SAMLIB][SAMSRV]
- Implement SamCreateUserInDomain and SamrCreateUserInDomain.
- SamOpenDomain: Use the correct object types when trying to open a domain object.

svn path=/trunk/; revision=56672

11 years ago[Service Manager]
James Tabor [Mon, 28 May 2012 20:12:21 +0000 (20:12 +0000)]
[Service Manager]
- Patch by Hermes Belusca: Fix dialog painting. See bug 4965, marked as WIP.

svn path=/trunk/; revision=56671

11 years ago[SAMSRV]
Eric Kohl [Mon, 28 May 2012 15:04:26 +0000 (15:04 +0000)]
[SAMSRV]
Add Names sub keys to the Alias, Groups and Users keys of the Account an Builtin domains. These will later contain the 'Name to SID' entries that will simplify lookup by name operations.

svn path=/trunk/; revision=56670

11 years ago[SAMSRV]
Eric Kohl [Mon, 28 May 2012 12:26:54 +0000 (12:26 +0000)]
[SAMSRV]
- Support container objects in SampCreateDbObject.
- Implement SampGetObjectAttribute and SampSetObjectAttribute.

svn path=/trunk/; revision=56669

11 years ago[LIBUSB][USBCCGP]
Thomas Faber [Mon, 28 May 2012 10:49:44 +0000 (10:49 +0000)]
[LIBUSB][USBCCGP]
- Whitespace and DPRINT fixes

svn path=/trunk/; revision=56668

11 years ago[LIBUSB][USBCCGP][USBEHCI]
Thomas Faber [Mon, 28 May 2012 10:34:45 +0000 (10:34 +0000)]
[LIBUSB][USBCCGP][USBEHCI]
- Return the actual number of bytes copied for configuration descriptor requests
- Fix MSVC warnings and NULL vs 0 vs FALSE issues

svn path=/trunk/; revision=56667

11 years ago[USBCCGP]
Thomas Faber [Mon, 28 May 2012 10:15:58 +0000 (10:15 +0000)]
[USBCCGP]
- Fix hardware/compatible id generation (still abusing UNICODE_STRING though)
- Do not touch unsupported IRP_MN_QUERY_ID requests

svn path=/trunk/; revision=56666

11 years ago- Turn of debugs.
James Tabor [Mon, 28 May 2012 04:53:13 +0000 (04:53 +0000)]
- Turn of debugs.

svn path=/trunk/; revision=56665

11 years ago[Win32SS]
James Tabor [Mon, 28 May 2012 04:51:31 +0000 (04:51 +0000)]
[Win32SS]
- Add utility of setting and clearing the state bits from user space. Use this later. Fix build.

svn path=/trunk/; revision=56664

11 years ago[Win32SS]
James Tabor [Mon, 28 May 2012 04:49:15 +0000 (04:49 +0000)]
[Win32SS]
- Add utility of setting and clearing the state bits from user space. Use this later.

svn path=/trunk/; revision=56663

11 years ago[Win32k]
James Tabor [Mon, 28 May 2012 03:34:04 +0000 (03:34 +0000)]
[Win32k]
- Fix the remaining wine Win test_NCRedraw test. Broken since r6737.
- Miscellaneous fixes and changes.

svn path=/trunk/; revision=56662

11 years ago[SAMLIB]
Eric Kohl [Sun, 27 May 2012 05:33:07 +0000 (05:33 +0000)]
[SAMLIB]
- Implement SamCloseHandle, SamConnect and SamOpenDomain.
[SAMSRV]
- Implement SamrCloseHandle, SamrConnect and SamrOpenDomain.
- Start the SAM RPC Server.

svn path=/trunk/; revision=56661

11 years ago[LIBUSB]
Thomas Faber [Sat, 26 May 2012 17:19:41 +0000 (17:19 +0000)]
[LIBUSB]
- Implement URB_FUNCTION_VENDOR_DEVICE
- Sensibly handle unknown requests in HandleClassDevice
- DPRINT fixes

svn path=/trunk/; revision=56660

11 years ago- Silence debug traces, SMWCB is the one to tracked.
James Tabor [Fri, 25 May 2012 20:27:47 +0000 (20:27 +0000)]
- Silence debug traces, SMWCB is the one to tracked.

svn path=/trunk/; revision=56659

11 years ago[Win32k]
James Tabor [Fri, 25 May 2012 19:52:24 +0000 (19:52 +0000)]
[Win32k]
- Fix the remaining wine Win test_SetFocus to does.

svn path=/trunk/; revision=56658

11 years ago[NDK]: Missing define.
Alex Ionescu [Fri, 25 May 2012 19:26:42 +0000 (19:26 +0000)]
[NDK]: Missing define.

svn path=/trunk/; revision=56657

11 years ago[KERNEL32]: Enable SxS support in CreateRemoteThread, and other misc. cleanups.
Alex Ionescu [Thu, 24 May 2012 19:20:33 +0000 (19:20 +0000)]
[KERNEL32]: Enable SxS support in CreateRemoteThread, and other misc. cleanups.

svn path=/trunk/; revision=56656

11 years ago- Add RegisterClassNameW to ComCtl32.
James Tabor [Thu, 24 May 2012 00:42:19 +0000 (00:42 +0000)]
- Add RegisterClassNameW to ComCtl32.

svn path=/trunk/; revision=56655

11 years ago[UXTHEME]
James Tabor [Wed, 23 May 2012 23:04:23 +0000 (23:04 +0000)]
[UXTHEME]
- Sync port up to Wine 1.5.4 and head.

svn path=/trunk/; revision=56654

11 years ago- Add wine netsh, see bug 6758.
James Tabor [Wed, 23 May 2012 22:36:17 +0000 (22:36 +0000)]
- Add wine netsh, see bug 6758.

svn path=/trunk/; revision=56653

11 years ago[WIP User32 SxS]
James Tabor [Wed, 23 May 2012 20:21:29 +0000 (20:21 +0000)]
[WIP User32 SxS]
- Add SxS for classes, still not plugged in for a year now.
- Need more information on global headers to support class contexts. ATM the headers are local, for noting what is needed.

svn path=/trunk/; revision=56652

11 years ago[KERNEL32]: Formatting cleanups and annotations.
Alex Ionescu [Wed, 23 May 2012 17:35:25 +0000 (17:35 +0000)]
[KERNEL32]: Formatting cleanups and annotations.
[KERNEL32]: Simplify QueueWorkItem since the trampoline is in Rtl.
[KERNEL32]: Add SxS support to QueueUserApc.
[KERNEL32]: Add some extra sanity checks/assertions in certain places.

svn path=/trunk/; revision=56651

11 years ago[KERNEL32]: Reimplement DeleteFileA and W to handle the new ansi-Unicode functions...
Alex Ionescu [Wed, 23 May 2012 16:51:22 +0000 (16:51 +0000)]
[KERNEL32]: Reimplement DeleteFileA and W to handle the new ansi-Unicode functions, as well as to handle the same cases that Pierre implemented in the directory functions (dealing with reparse points and tags).

svn path=/trunk/; revision=56650

11 years ago[RTL]
Thomas Faber [Wed, 23 May 2012 11:54:20 +0000 (11:54 +0000)]
[RTL]
- Use RtlAnsiStringToUnicodeString instead of mbstowcs to correctly handle manifests that aren't null-terminated
See issue #6743 for more details.

svn path=/trunk/; revision=56649

11 years ago[SAMLIB/SAMSRV/SYSSETUP]
Eric Kohl [Mon, 21 May 2012 13:38:32 +0000 (13:38 +0000)]
[SAMLIB/SAMSRV/SYSSETUP]
- Use Wine debug messages in samlib.dll.
- Move SAM initialization code from samlib.dll to samsrv.dll.
- Lsass.exe initializes SAM instead of syssetup.dll.

svn path=/trunk/; revision=56648

11 years ago[LSASS]
Eric Kohl [Sun, 20 May 2012 21:10:53 +0000 (21:10 +0000)]
[LSASS]
Load samsrv.dll and call SamIInitialize when lsass is started.

svn path=/trunk/; revision=56647

11 years ago[samlib]
Eric Kohl [Sun, 20 May 2012 20:33:16 +0000 (20:33 +0000)]
[samlib]
- Add DDK header ntsam.h.
- Add some client side stubs of the SAM RPC interface.

svn path=/trunk/; revision=56646

11 years ago[SAMSRV]
Eric Kohl [Sun, 20 May 2012 18:31:10 +0000 (18:31 +0000)]
[SAMSRV]
- Convert to Wine debug messages.
- Add server side stubs of the SAM RPC interface. The RPC server is not implemented yet.

svn path=/trunk/; revision=56645

11 years ago[IDL]
Eric Kohl [Sun, 20 May 2012 16:32:24 +0000 (16:32 +0000)]
[IDL]
Add ACF and IDL file for the SAM RPC interface.

svn path=/trunk/; revision=56644

11 years ago[KERNEL32]
Thomas Faber [Sun, 20 May 2012 14:06:09 +0000 (14:06 +0000)]
[KERNEL32]
- Swap GetFullPathName success/failure cases in BasePushProcessParameters. Fixes kernel32:GetModuleFileName test.
See issue #6786 for more details.

svn path=/trunk/; revision=56643

11 years ago[UXTHEME]
James Tabor [Sun, 20 May 2012 05:11:54 +0000 (05:11 +0000)]
[UXTHEME]
- Partial sync port Wine 1.5.4 for system.c.
- Researched branches/GSoC_2011/ThemesSupport and current changes before sync.

svn path=/trunk/; revision=56642

11 years ago[SETUPAPI]
Sylvain Petreolle [Sat, 19 May 2012 18:29:56 +0000 (18:29 +0000)]
[SETUPAPI]
Sync SetupCreateDiskSpaceListW with Wine head.
Fixes remaining setupapi:diskspace test failures.

svn path=/trunk/; revision=56641

11 years ago[UXTHEME_WINETEST]
Amine Khaldi [Sat, 19 May 2012 15:14:49 +0000 (15:14 +0000)]
[UXTHEME_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56640

11 years ago[PSDK]
Amine Khaldi [Sat, 19 May 2012 15:14:41 +0000 (15:14 +0000)]
[PSDK]
* Add some missing definitions.

svn path=/trunk/; revision=56639

11 years ago[USP10_WINETEST]
Amine Khaldi [Sat, 19 May 2012 15:08:29 +0000 (15:08 +0000)]
[USP10_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56638

11 years ago[USP10]
Amine Khaldi [Sat, 19 May 2012 15:08:23 +0000 (15:08 +0000)]
[USP10]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56637

11 years ago[URL]
Amine Khaldi [Sat, 19 May 2012 15:01:23 +0000 (15:01 +0000)]
[URL]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56636

11 years ago[TRAFFIC]
Amine Khaldi [Sat, 19 May 2012 14:57:24 +0000 (14:57 +0000)]
[TRAFFIC]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56635

11 years ago[SXS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:53:01 +0000 (14:53 +0000)]
[SXS_WINETEST]
* Import from Wine 1.5.4.

svn path=/trunk/; revision=56634

11 years ago[SXS]
Amine Khaldi [Sat, 19 May 2012 14:52:48 +0000 (14:52 +0000)]
[SXS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56633

11 years ago[STI_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:35:44 +0000 (14:35 +0000)]
[STI_WINETEST]
* Import from Wine 1.5.4.

svn path=/trunk/; revision=56632

11 years ago[STI]
Amine Khaldi [Sat, 19 May 2012 14:35:28 +0000 (14:35 +0000)]
[STI]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56631

11 years ago[SPOOLSS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:15:59 +0000 (14:15 +0000)]
[SPOOLSS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56630

11 years ago[SPOOLSS]
Amine Khaldi [Sat, 19 May 2012 14:15:55 +0000 (14:15 +0000)]
[SPOOLSS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56629

11 years ago[SETUPAPI_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:09:14 +0000 (14:09 +0000)]
[SETUPAPI_WINETEST]
* Sync to Wine 1.5.4. I excluded devinst tests from the sync until bug #7077 is fixed.

svn path=/trunk/; revision=56628

11 years ago[SETUPAPI]
Amine Khaldi [Sat, 19 May 2012 14:07:00 +0000 (14:07 +0000)]
[SETUPAPI]
* Import SetupDuplicateDiskSpaceListA/W and SetupQuerySpaceRequiredOnDriveW from Wine 1.5.4.

svn path=/trunk/; revision=56627

11 years ago[RSAENH]
Amine Khaldi [Sat, 19 May 2012 13:04:19 +0000 (13:04 +0000)]
[RSAENH]
* Fix msvc build.

svn path=/trunk/; revision=56626

11 years ago[RSAENH_WINETEST]
Amine Khaldi [Sat, 19 May 2012 12:34:31 +0000 (12:34 +0000)]
[RSAENH_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56625

11 years ago[RSAENH]
Amine Khaldi [Sat, 19 May 2012 12:34:30 +0000 (12:34 +0000)]
[RSAENH]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56624

11 years ago[PSTOREC]
Amine Khaldi [Sat, 19 May 2012 12:06:22 +0000 (12:06 +0000)]
[PSTOREC]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56623

11 years ago[MSCMS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 11:45:41 +0000 (11:45 +0000)]
[MSCMS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56622

11 years ago[MSCMS]
Amine Khaldi [Sat, 19 May 2012 11:45:34 +0000 (11:45 +0000)]
[MSCMS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56621

11 years ago[MCIWAVE]
Amine Khaldi [Sat, 19 May 2012 11:34:35 +0000 (11:34 +0000)]
[MCIWAVE]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56620

11 years ago[MCOQTZ32]
Amine Khaldi [Sat, 19 May 2012 11:26:15 +0000 (11:26 +0000)]
[MCOQTZ32]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56619