reactos.git
13 years ago[NTOSKRNL]
Timo Kreuzer [Fri, 16 Jul 2010 16:30:05 +0000 (16:30 +0000)]
[NTOSKRNL]
#if out another broken C_ASSERT on amd64

svn path=/trunk/; revision=48084

13 years ago[NTOSKRNL]
Timo Kreuzer [Fri, 16 Jul 2010 15:11:44 +0000 (15:11 +0000)]
[NTOSKRNL]
Comment out a broken C_ASSERT on amd64 to make it compile.

svn path=/trunk/; revision=48083

13 years ago[CRT]
Timo Kreuzer [Fri, 16 Jul 2010 15:08:03 +0000 (15:08 +0000)]
[CRT]
Move #include <precomp.h> to the top, as precompiled headers must be the first thing that is included or it won't take advantage of being precompiled

svn path=/trunk/; revision=48082

13 years ago[NTOSKRNL]
Timo Kreuzer [Fri, 16 Jul 2010 14:56:36 +0000 (14:56 +0000)]
[NTOSKRNL]
ULONG -> SIZE_T

svn path=/trunk/; revision=48081

13 years agoFix build, sorry. Thanks Timo.
Gabriel Ilardi [Fri, 16 Jul 2010 13:37:29 +0000 (13:37 +0000)]
Fix build, sorry. Thanks Timo.

svn path=/trunk/; revision=48080

13 years agoMerge r44143 from amd64 branch
Timo Kreuzer [Fri, 16 Jul 2010 13:23:43 +0000 (13:23 +0000)]
Merge r44143 from amd64 branch
Initialize MmDebugPte from MiDebugMapping variable instead of using MiAddressToPte for a constant initializer. This way the page can be set dynamically. Use MmDebugPte to determine if ready for mapping physical pages.

svn path=/trunk/; revision=48079

13 years ago[CRT]
Gabriel Ilardi [Fri, 16 Jul 2010 13:00:02 +0000 (13:00 +0000)]
[CRT]
Add a debug print to help bugs like 5486.

svn path=/trunk/; revision=48078

13 years ago[PATCH] user32: DrawText: CJK and Thai line-wrapping
Daniel Reimer [Fri, 16 Jul 2010 12:52:37 +0000 (12:52 +0000)]
[PATCH] user32: DrawText: CJK and Thai line-wrapping
[PATCH] appwiz: check if path is valid
Both by Katayama Hirofumi

svn path=/trunk/; revision=48077

13 years ago[NTOSKRNL]
Timo Kreuzer [Fri, 16 Jul 2010 12:27:40 +0000 (12:27 +0000)]
[NTOSKRNL]
ULONG -> ULONG_PTR

svn path=/trunk/; revision=48076

13 years agoIRP_MN_START_DEVICE implement for ROOT FDO (PciFdoStartDevice)
evb [Fri, 16 Jul 2010 01:14:52 +0000 (01:14 +0000)]
IRP_MN_START_DEVICE implement for ROOT FDO (PciFdoStartDevice)
PciInitializeArbiterRanges implement to scan arbiter   not yet construct since Arb library missing
Add PCI state machine (PciBeginStateTransition, PciCancelStateTransition, PciCommitStateTransition) andtransition array (PnpStateTransitionArray) to check if valid
Now IRP_MN_QUERY_DEVICE_RELATIONS sent to ROOT FDO means time to enumerate bus!

svn path=/trunk/; revision=48075

13 years agoFix for code to handle IRP dispatching when unrecognized IRP (Thanks you sir_richard)
evb [Fri, 16 Jul 2010 00:39:54 +0000 (00:39 +0000)]
Fix for code to handle IRP dispatching when unrecognized IRP (Thanks you sir_richard)
Add FDO IRP_MN_QUERY_INTERFACE support (it calls PciQueryInterface)
Add all PCI interface descriptor: PciLocationInterface (GUID_PNP_LOCATION_INTERFACE), PciPmeInterface (GUID_PCI_PME_INTERFACE), PciCardbusPrivateInterface (GUID_PCI_CARDBUS_INTERFACE_PRIVATE), PciLegacyDeviceDetectionInterface (GUID_LEGACY_DEVICE_DETECTION_STANDARD), AgpTargetInterface (GUID_AGP_TARGET_BUS_INTERFACE_STANDARD), PciRoutingInterface (GUID_INT_ROUTE_INTERFACE_STANDARD), BusHandlerInterface (GUID_BUS_INTERFACE_STANDARD) and stub initializer and constructor.
Add missing devhere.c interface file
Add all PCI arbiter descritptor: ArbiterInterfaceBusNumber, ArbiterInterfaceMemory, ArbiterInterfaceIo. Write constructor stub but not handled ArbitersInitialized == TRUE
Also add last-resort PCI interface: TranslatorInterfaceInterrupt (GUID_TRANSLATOR_INTERFACE_STANDARD) and part implement tranirq_Constructor
Add PciQueryInterface to find correct FDO/PDO/ROOT interface for a request and call interface constructor
Fix interface signatures, fix interface constructor type and PCI_INTERFACE, add interface flags (Thanks sir_richard)
Fix Aribtriter code (Thanks sir_richard)
Now another 1200 codes added, soon time for enumeration code!

svn path=/trunk/; revision=48074

13 years agoMerge 36852, 37322, 37333, 37334, 43428, 43451, 44259, 46404 from amd64 branch.
Timo Kreuzer [Fri, 16 Jul 2010 00:34:26 +0000 (00:34 +0000)]
Merge 36852, 37322, 37333, 37334, 43428, 43451, 44259, 46404 from amd64 branch.
- Multiple ULONG/ULONG_PTR/SIZE_T issues
- Use SLIST_ENTRY instead of SINGLE_LIST_ENTRY with InterlockedPushEntrySList
- Use %p to print pointer sized values

svn path=/trunk/; revision=48073

13 years agoAdd MI_MIN_SECONDARY_COLORS, MI_SECONDARY_COLORS and MI_MAX_SECONDARY_COLORS for...
Timo Kreuzer [Fri, 16 Jul 2010 00:03:03 +0000 (00:03 +0000)]
Add MI_MIN_SECONDARY_COLORS, MI_SECONDARY_COLORS and MI_MAX_SECONDARY_COLORS for amd64

svn path=/trunk/; revision=48072

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 23:56:53 +0000 (23:56 +0000)]
[NTOSKRNL]
Some ULONG vs SIZE_T fixes

svn path=/trunk/; revision=48071

13 years agoMerge 44257 from amd64 branch:
Timo Kreuzer [Thu, 15 Jul 2010 22:50:12 +0000 (22:50 +0000)]
Merge 44257 from amd64 branch:
PFN_TYPE -> PFN_NUMBER

svn path=/trunk/; revision=48070

13 years agoRemove svn:mergeinfo property
Timo Kreuzer [Thu, 15 Jul 2010 22:43:13 +0000 (22:43 +0000)]
Remove svn:mergeinfo property

svn path=/trunk/; revision=48069

13 years ago[PSDK]
Amine Khaldi [Thu, 15 Jul 2010 19:34:21 +0000 (19:34 +0000)]
[PSDK]
- Fix WS2TCPIP_INLINE : extern inline -> static inline

svn path=/trunk/; revision=48067

13 years agoSVN wins again... What's that?
Jérôme Gardou [Thu, 15 Jul 2010 19:29:45 +0000 (19:29 +0000)]
SVN wins again... What's that?
Revert everything that's not related to 48064 of 48065.

svn path=/trunk/; revision=48066

13 years agoMerge 48064 from yarotows
Jérôme Gardou [Thu, 15 Jul 2010 19:19:48 +0000 (19:19 +0000)]
Merge 48064 from yarotows
This had nothing to do in yarotows in the first place

svn path=/trunk/; revision=48065

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 11:24:17 +0000 (11:24 +0000)]
[NTOSKRNL]
Fix some amd64 KGDT constant names

svn path=/trunk/; revision=48063

13 years ago[NTOSKNL]
Timo Kreuzer [Thu, 15 Jul 2010 11:20:22 +0000 (11:20 +0000)]
[NTOSKNL]
#undef IoAllocateAdapterChannel before implementing it

svn path=/trunk/; revision=48062

13 years ago[shellapi.h] Fix build copy pasta spotted by encoded
Gabriel Ilardi [Thu, 15 Jul 2010 07:16:08 +0000 (07:16 +0000)]
[shellapi.h] Fix build copy pasta spotted by encoded

svn path=/trunk/; revision=48061

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 01:34:50 +0000 (01:34 +0000)]
[NTOSKRNL]
Fix ExInitializeRundownProtectionCacheAware parameter (ULONG -> SIZE_T)

svn path=/trunk/; revision=48060

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 01:10:18 +0000 (01:10 +0000)]
[NTOSKRNL]
- Define PD_COUNT, PDE_COUNT, PTE_COUNT for amd64, we should probably use PTE_PER_PAGE... instead
- Fix incompatible declaration of MmResidentAvailablePages
- Prevent duplicate definitions

svn path=/trunk/; revision=48059

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 00:42:26 +0000 (00:42 +0000)]
[NTOSKRNL]
Remove the old amd64 compilation hack

svn path=/trunk/; revision=48058

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 00:24:38 +0000 (00:24 +0000)]
[NTOSKRNL]
Apply a workaround for WDK headers

svn path=/trunk/; revision=48057

13 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 15 Jul 2010 00:07:31 +0000 (00:07 +0000)]
[NTOSKRNL]
KeQuerySystemTime and KeQueryInterruptTime are not implemenetd on amd64

svn path=/trunk/; revision=48056

13 years ago[shellapi.h]
Timo Kreuzer [Wed, 14 Jul 2010 23:52:48 +0000 (23:52 +0000)]
[shellapi.h]
fix inclusion of pshpack / poppack (global and not for _WIN64)

svn path=/trunk/; revision=48055

13 years ago[ntdll_winetest]
Timo Kreuzer [Wed, 14 Jul 2010 23:13:31 +0000 (23:13 +0000)]
[ntdll_winetest]
Comment out some tests for WIN64 builds (wine headers are broken)

svn path=/trunk/; revision=48054

13 years agoFix build
Timo Kreuzer [Wed, 14 Jul 2010 22:32:06 +0000 (22:32 +0000)]
Fix build

svn path=/trunk/; revision=48053

13 years agogdi32:generated should now build on x64.
Sylvain Petreolle [Wed, 14 Jul 2010 22:08:19 +0000 (22:08 +0000)]
gdi32:generated should now build on x64.

svn path=/trunk/; revision=48052

13 years agoA little closer to x64 compat in GDI headers.
Sylvain Petreolle [Wed, 14 Jul 2010 22:02:51 +0000 (22:02 +0000)]
A little closer to x64 compat in GDI headers.
Patch by Samuel Serapion.

svn path=/trunk/; revision=48051

13 years ago[GDI32_WINETEST]
Timo Kreuzer [Wed, 14 Jul 2010 21:36:24 +0000 (21:36 +0000)]
[GDI32_WINETEST]
Don't compile generated.c on amd64

svn path=/trunk/; revision=48050

13 years ago[PING]
Cameron Gutman [Wed, 14 Jul 2010 19:32:03 +0000 (19:32 +0000)]
[PING]
- Fix a bug in the lost packet counter code which could result in a negative received value

svn path=/trunk/; revision=48046

13 years agoBug 5413: [PATCH] regedit: app key on treeview/listview
Daniel Reimer [Wed, 14 Jul 2010 18:15:43 +0000 (18:15 +0000)]
Bug 5413: [PATCH] regedit: app key on treeview/listview
Bug 5473: [PATCH] regedit: selection on hexedit
Both from Katayama Hirofumi

svn path=/trunk/; revision=48045

13 years agoFix setupapi setupcab winetest. (Samuel Serapion)
Daniel Reimer [Wed, 14 Jul 2010 17:18:49 +0000 (17:18 +0000)]
Fix setupapi setupcab winetest. (Samuel Serapion)

svn path=/trunk/; revision=48044

13 years agoFix libtiff's external functions.
Daniel Reimer [Wed, 14 Jul 2010 17:12:22 +0000 (17:12 +0000)]
Fix libtiff's external functions.

svn path=/trunk/; revision=48043

13 years ago[WIN32K]
Jérôme Gardou [Wed, 14 Jul 2010 16:12:32 +0000 (16:12 +0000)]
[WIN32K]
  - Properly initialize hVisRgn in CLIPPING_UpdateGCRegion
This fixes a whole bunch of "IntGdiCombineRgn requires hSrc2 != NULL for combine mode 1!", and probably some bugs.
Dedicated to encod3d.

svn path=/trunk/; revision=48042

13 years ago[USER32]
Jérôme Gardou [Wed, 14 Jul 2010 15:42:44 +0000 (15:42 +0000)]
[USER32]
  - WINE creates an alpha bitmap on icon creation, we do it when drawing it, so we need to create a bitmap which holds alpha information.
  - Add error handling to CreateIconIndirect.

svn path=/trunk/; revision=48041

13 years ago[WIN32K, USER32]
Jérôme Gardou [Wed, 14 Jul 2010 15:01:02 +0000 (15:01 +0000)]
[WIN32K, USER32]
  - Get rid of ONEPARAM_ROUTINE_CREATECURICONHANDLE

svn path=/trunk/; revision=48040

13 years ago[W32KNAPI]
Jérôme Gardou [Wed, 14 Jul 2010 14:56:53 +0000 (14:56 +0000)]
[W32KNAPI]
  - Test ONE_PARAM_ROUTINE_CREATEEMPTYCUROBJECT
  - Test NtUserGetIconInfo

svn path=/trunk/; revision=48039

13 years agoReapply some Win32 specific magic to properly build a Windows DLL of libjpeg. (Samuel...
Daniel Reimer [Wed, 14 Jul 2010 14:53:35 +0000 (14:53 +0000)]
Reapply some Win32 specific magic to properly build a Windows DLL of libjpeg. (Samuel Serapion)

svn path=/trunk/; revision=48038

13 years agoBye, old Downloader.
Daniel Reimer [Wed, 14 Jul 2010 11:00:31 +0000 (11:00 +0000)]
Bye, old Downloader.

svn path=/trunk/; revision=48037

13 years agoBug 5501: [PATCH] Adding Wing32 support by Carlo Bramini
Daniel Reimer [Wed, 14 Jul 2010 10:59:32 +0000 (10:59 +0000)]
Bug 5501: [PATCH] Adding Wing32 support by Carlo Bramini

svn path=/trunk/; revision=48036

13 years agoBye bye NtUserCreateCursorHandle.
Jérôme Gardou [Wed, 14 Jul 2010 10:23:13 +0000 (10:23 +0000)]
Bye bye NtUserCreateCursorHandle.
Thanks GedMurphy for explaining me how to suppress that.
Please clean win32k after this commit.

svn path=/trunk/; revision=48035

13 years ago[USER32]
Jérôme Gardou [Wed, 14 Jul 2010 09:54:44 +0000 (09:54 +0000)]
[USER32]
  - There is no exported "CopyCursor", it's a macro.
  - There is no "NtUserCreateCursorIconHandle" function in win32k. Use correct functions to create a cursorIcon handle.
  - Bring in WINE's CreateIconIndirect
[WIN32K]
  - Dereference CursorIcon Object in NtUserCallOneParam
  - Shared Icons need their bitmaps to be unowned

svn path=/trunk/; revision=48034

13 years ago[USER32]
Jérôme Gardou [Tue, 13 Jul 2010 21:38:34 +0000 (21:38 +0000)]
[USER32]
  - Partly merge 48026

svn path=/trunk/; revision=48031

13 years ago[WS2_32]
Cameron Gutman [Tue, 13 Jul 2010 00:54:52 +0000 (00:54 +0000)]
[WS2_32]
- Update the catalog ID when we locate the matching provider
- mswsock from aicom-network-branch can successfully create sockets now

svn path=/trunk/; revision=48023

13 years ago[AFD]
Cameron Gutman [Mon, 12 Jul 2010 22:56:37 +0000 (22:56 +0000)]
[AFD]
- Implement IOCTL_AFD_GET_TDI_HANDLES

svn path=/trunk/; revision=48020

13 years agoThanks to Samuel Serapion and his trout, explaining me my fault.
Daniel Reimer [Mon, 12 Jul 2010 19:55:52 +0000 (19:55 +0000)]
Thanks to Samuel Serapion and his trout, explaining me my fault.

svn path=/trunk/; revision=48019

13 years ago[DNSAPI]
Cameron Gutman [Mon, 12 Jul 2010 19:36:42 +0000 (19:36 +0000)]
[DNSAPI]
- Merge r45450 from aicom-network-branch

svn path=/trunk/; revision=48018

13 years agoTidy up tree from duplicate files.
Daniel Reimer [Mon, 12 Jul 2010 19:25:20 +0000 (19:25 +0000)]
Tidy up tree from duplicate files.

svn path=/trunk/; revision=48017

13 years ago[PSDK]
Cameron Gutman [Mon, 12 Jul 2010 19:21:11 +0000 (19:21 +0000)]
[PSDK]
- Add the missing WSANO_ADDRESS definition

svn path=/trunk/; revision=48016

13 years agoForgot to remove the old libpng.
Daniel Reimer [Mon, 12 Jul 2010 19:07:39 +0000 (19:07 +0000)]
Forgot to remove the old libpng.

svn path=/trunk/; revision=48015

13 years agoUpdate libjpeg from 6b to 8b.
Daniel Reimer [Mon, 12 Jul 2010 19:05:15 +0000 (19:05 +0000)]
Update libjpeg from 6b to 8b.
Add a new libpng 1.4.3 to main tree, linked dynamically, as libjpeg is, too.
Add libtiff 3.9.4, linked dynamically, too.
Enable both libs in wine/config.h which results in working png and tiff support in windowscodecs.dll

svn path=/trunk/; revision=48014

13 years agoremove the old and static linked libpng. A new one will follow into the main tree...
Daniel Reimer [Mon, 12 Jul 2010 19:02:47 +0000 (19:02 +0000)]
remove the old and static linked libpng. A new one will follow into the main tree, linked as dll for windowscodecs.dll.

svn path=/trunk/; revision=48013

13 years ago[WINSOCK]
Cameron Gutman [Mon, 12 Jul 2010 18:58:17 +0000 (18:58 +0000)]
[WINSOCK]
- Merge r48011 from aicom-network-branch

svn path=/trunk/; revision=48012

13 years ago[MSAFD, PSDK]
Cameron Gutman [Mon, 12 Jul 2010 18:41:41 +0000 (18:41 +0000)]
[MSAFD, PSDK]
- Merge part of r45435

svn path=/trunk/; revision=48010

13 years ago[WINSOCK]
Cameron Gutman [Mon, 12 Jul 2010 18:31:45 +0000 (18:31 +0000)]
[WINSOCK]
- Add winsock headers required for the new mswsock code

svn path=/trunk/; revision=48009

13 years ago[USER32]
Jérôme Gardou [Mon, 12 Jul 2010 17:49:59 +0000 (17:49 +0000)]
[USER32]
  - Rewrite support of cursors, icons and bitmaps in user32.dll, based from WINE implementation.
One file to rule them all.
Now user32::cursoricon winetests don't crash anymore.

svn path=/trunk/; revision=48008

13 years ago[WIN32K]
Jérôme Gardou [Mon, 12 Jul 2010 16:52:10 +0000 (16:52 +0000)]
[WIN32K]
  - Get rid of rosdc::hVisRgn, as in yarotows (r46372)

svn path=/trunk/; revision=48007

13 years agoForgot one kernel32 include.
Daniel Reimer [Mon, 12 Jul 2010 15:31:49 +0000 (15:31 +0000)]
Forgot one kernel32 include.

svn path=/trunk/; revision=48006

13 years ago[LIB/RTL]
Amine Khaldi [Mon, 12 Jul 2010 14:50:31 +0000 (14:50 +0000)]
[LIB/RTL]
- Get rid of some unneeded assignment, cast and a variable.

svn path=/trunk/; revision=48005

13 years agoReapply the idea of r44368. Remove the "kernel32" library reference in all .rbuild...
Daniel Reimer [Mon, 12 Jul 2010 10:35:11 +0000 (10:35 +0000)]
Reapply the idea of r44368. Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common".
Add SuperFinder XT to rapps.

svn path=/trunk/; revision=48004

13 years ago[NTOSKRNL]
Pierre Schweitzer [Sun, 11 Jul 2010 21:31:14 +0000 (21:31 +0000)]
[NTOSKRNL]
Merging some stuff from pierre-fsd/arty-newcc branches:
- Implemented FsRtlDissectDbcs(), FsRtlIsDbcsInExpression(), FsRtlIsFatDbcsLegal(), FsRtlIsHpfsDbcsLegal()
- Implemented FsRtlIsNameInExpressionPrivate()
- Rewritten FsRtlIsNameInExpression()
- Updated comments
About FsRtlIsNameInExpressionPrivate(), it comes with a fix there isn't in branch, which avoids reading string more than its own length, and this helps getting rid of a workaround later in code.

svn path=/trunk/; revision=48002

13 years agoProperly skip known crasher in gdi32:metafile test.
Sylvain Petreolle [Sun, 11 Jul 2010 19:11:51 +0000 (19:11 +0000)]
Properly skip known crasher in gdi32:metafile test.

Commit 48k dedicated to dreimer

svn path=/trunk/; revision=48000

13 years agoImplement _osplatform
Sylvain Petreolle [Sun, 11 Jul 2010 16:25:30 +0000 (16:25 +0000)]
Implement _osplatform
Import _makepath_s and _wmakepath_s from Wine.
Passes msvcrt data and dir tests.

svn path=/trunk/; revision=47999

13 years ago[ADVAPI32]
Eric Kohl [Sun, 11 Jul 2010 12:05:35 +0000 (12:05 +0000)]
[ADVAPI32]
Move event tracing functions to the proper file.

svn path=/trunk/; revision=47998

13 years ago[ADVAPI32]
Eric Kohl [Sun, 11 Jul 2010 09:45:54 +0000 (09:45 +0000)]
[ADVAPI32]
Remove unused code.

svn path=/trunk/; revision=47997

13 years ago[ADVAPI32/LSASRV]
Eric Kohl [Sun, 11 Jul 2010 09:33:44 +0000 (09:33 +0000)]
[ADVAPI32/LSASRV]
- Export LsaLookupPrivilegeName.
- Move mockup code from advapi32 to lsasrv (LsaLookupSids --> LsarLookupSids).
- Make LsaLookupSids call the server function LsarLookupSids.

svn path=/trunk/; revision=47996

13 years ago[WINLOGON]
Aleksey Bragin [Sun, 11 Jul 2010 08:07:52 +0000 (08:07 +0000)]
[WINLOGON]
- Create window station with all access rights.

svn path=/trunk/; revision=47992

13 years ago- Fix a typo.
Aleksey Bragin [Sat, 10 Jul 2010 21:39:55 +0000 (21:39 +0000)]
- Fix a typo.

svn path=/trunk/; revision=47991

13 years agoRevert rpcrt4 to 99% previous state :
Sylvain Petreolle [Sat, 10 Jul 2010 19:31:06 +0000 (19:31 +0000)]
Revert rpcrt4 to 99% previous state :
-keep out unix functions
-keep checks that prevent crashes in rpc cstub and rpc winetests

Patch By Samuel Serapion.

svn path=/trunk/; revision=47990

13 years agoFixup some base address after mshtml growup.
Sylvain Petreolle [Sat, 10 Jul 2010 18:47:45 +0000 (18:47 +0000)]
Fixup some base address after mshtml growup.

svn path=/trunk/; revision=47989

13 years agoAlso update comdlg32 address.
Sylvain Petreolle [Sat, 10 Jul 2010 14:34:20 +0000 (14:34 +0000)]
Also update comdlg32 address.

svn path=/trunk/; revision=47988

13 years agoUpdate comctl32 base address.
Sylvain Petreolle [Sat, 10 Jul 2010 13:11:28 +0000 (13:11 +0000)]
Update comctl32 base address.
Avoids inetcomm related comctl32 relocations.

svn path=/trunk/; revision=47986

13 years ago[NTOS]
Amine Khaldi [Sat, 10 Jul 2010 10:34:45 +0000 (10:34 +0000)]
[NTOS]
PnpBusTypeGuidGet : Really return status.
Dedicated to Richard ;)

svn path=/trunk/; revision=47985

13 years agoForgot to svn add this in previous commit, my bad.
Sylvain Petreolle [Fri, 9 Jul 2010 21:05:01 +0000 (21:05 +0000)]
Forgot to svn add this in previous commit, my bad.

svn path=/trunk/; revision=47983

13 years agoImport DnsNameCompare, DnsValidateName, DnsRecord* functions from Wine.
Sylvain Petreolle [Fri, 9 Jul 2010 20:56:12 +0000 (20:56 +0000)]
Import DnsNameCompare, DnsValidateName, DnsRecord* functions from Wine.
Fixes dnsapi:name tests.
Patch by Samuel Serapion.

svn path=/trunk/; revision=47982

13 years ago[FASTFAT]
Pierre Schweitzer [Fri, 9 Jul 2010 19:39:55 +0000 (19:39 +0000)]
[FASTFAT]
Check PathName length before accessing it. This fixes ntdll_winetest file test BSOD. But the test crashes a bit farther.

svn path=/trunk/; revision=47981

13 years ago[DDK]
Amine Khaldi [Fri, 9 Jul 2010 14:39:28 +0000 (14:39 +0000)]
[DDK]
- Remove ntddscsi.h
[PSDK]
- Import ntddscsi.h from mingw-w64.

svn path=/trunk/; revision=47979

13 years agoSync __crtGetStringTypeW from Wine.
Sylvain Petreolle [Fri, 9 Jul 2010 14:33:03 +0000 (14:33 +0000)]
Sync __crtGetStringTypeW from Wine.
Fixes msvcrt:locale crash.

svn path=/trunk/; revision=47978

13 years ago[FORMATTING]
Aleksey Bragin [Fri, 9 Jul 2010 13:04:33 +0000 (13:04 +0000)]
[FORMATTING]
- Fix wrong indentation.

svn path=/trunk/; revision=47977

13 years agoUkrainian translation patch for mstsc, notepad, paint, regedit, cmd, aclui, newdev...
Amine Khaldi [Thu, 8 Jul 2010 22:07:23 +0000 (22:07 +0000)]
Ukrainian translation patch for mstsc, notepad, paint, regedit, cmd, aclui, newdev and syssetup. By Igor Paliychuk (Igor-hkr[at]mail.ru)

svn path=/trunk/; revision=47974

13 years ago[NTOSKRNL]
Gabriel Ilardi [Thu, 8 Jul 2010 19:28:25 +0000 (19:28 +0000)]
[NTOSKRNL]
- Warn only once about FsRtlPrivateLock and FsRtlFastUnlockSingle being stubplemented.

svn path=/trunk/; revision=47972

13 years agoForgot to remove some now useless header
Daniel Reimer [Thu, 8 Jul 2010 18:44:59 +0000 (18:44 +0000)]
Forgot to remove some now useless header

svn path=/trunk/; revision=47971

13 years agoSync rpcrt4 to Wine 1.2rc6 (Samuel Serapion)
Daniel Reimer [Thu, 8 Jul 2010 18:39:18 +0000 (18:39 +0000)]
Sync rpcrt4 to Wine 1.2rc6 (Samuel Serapion)
http transport support commented out.
Remove unix functions that are no longer needed.
Comment out check in cpsf.c that caused 2nd stage dll registrations to fail.
All rpcrt4 tests no longer crash.

svn path=/trunk/; revision=47970

13 years ago[MSIMTF]
Gabriel Ilardi [Thu, 8 Jul 2010 15:34:30 +0000 (15:34 +0000)]
[MSIMTF]
- Silence debug spam again, lost after syncing.

svn path=/trunk/; revision=47969

13 years agoSync format_msg from kernel32 (Samuel Serapion)
Daniel Reimer [Thu, 8 Jul 2010 15:20:46 +0000 (15:20 +0000)]
Sync format_msg from kernel32 (Samuel Serapion)
Winetest now passes with 0 errors.

svn path=/trunk/; revision=47968

13 years ago[PSDK]
Amine Khaldi [Wed, 7 Jul 2010 22:29:21 +0000 (22:29 +0000)]
[PSDK]
- Update DPFLTR_TYPE enum.
[NTOSKRNL]
- Update kdbg/kdb_cli.c accordingly.

svn path=/trunk/; revision=47967

13 years ago[NTOSKRNL]
Pierre Schweitzer [Wed, 7 Jul 2010 20:27:04 +0000 (20:27 +0000)]
[NTOSKRNL]
Implement volume mount notification in RawFS

svn path=/trunk/; revision=47965

13 years ago[CRT]
Sylvain Petreolle [Wed, 7 Jul 2010 20:05:47 +0000 (20:05 +0000)]
[CRT]
-Export memmove_s and memcpy_s
-Implement rnd_s

svn path=/trunk/; revision=47964

13 years agoUkrainian translation Update for taskmgr (Igor Paliychuk)
Daniel Reimer [Wed, 7 Jul 2010 17:45:49 +0000 (17:45 +0000)]
Ukrainian translation Update for taskmgr (Igor Paliychuk)

svn path=/trunk/; revision=47963

13 years agoThis was not meant to be committed at all. the recent resources were much better...
Daniel Reimer [Wed, 7 Jul 2010 14:10:19 +0000 (14:10 +0000)]
This was not meant to be committed at all. the recent resources were much better and should stay

svn path=/trunk/; revision=47962

13 years agoSync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript,...
Daniel Reimer [Tue, 6 Jul 2010 23:29:26 +0000 (23:29 +0000)]
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3

svn path=/trunk/; revision=47961

13 years agosysreg doesn't like rain of SEMI-STUB debug
Sylvain Petreolle [Tue, 6 Jul 2010 20:01:55 +0000 (20:01 +0000)]
sysreg doesn't like rain of SEMI-STUB debug

svn path=/trunk/; revision=47960

13 years agoFix a FIXME in fastfat driver which also fixes a BSOD in kernel32 path winetest
Pierre Schweitzer [Tue, 6 Jul 2010 18:39:09 +0000 (18:39 +0000)]
Fix a FIXME in fastfat driver which also fixes a BSOD in kernel32 path winetest

svn path=/trunk/; revision=47959

13 years ago- Implement DeviceHandleToUsbDevice and remove IsHandleValid.
Michael Martin [Tue, 6 Jul 2010 12:02:33 +0000 (12:02 +0000)]
- Implement DeviceHandleToUsbDevice and remove IsHandleValid.
- Add call to DeviceHandleToUsbDevice for all Direct Call functions that pass DeviceHandle.
- Stop the processing of Asynchronous List after the Control Request has been processed by controller.
- Misc changes.

svn path=/trunk/; revision=47958

13 years agoUpdate package database to contain all winetests. This makes it possible to even...
Daniel Reimer [Tue, 6 Jul 2010 10:31:24 +0000 (10:31 +0000)]
Update package database to contain all winetests. This makes it possible to even use them in testman.

svn path=/trunk/; revision=47957

13 years agoAdd amstream, atl and avifil32 winetests.
Daniel Reimer [Tue, 6 Jul 2010 09:44:43 +0000 (09:44 +0000)]
Add amstream, atl and avifil32 winetests.
Sync opengl32, powrprof and fix quartz's testlist

svn path=/trunk/; revision=47956