Colin Finck [Thu, 8 Jan 2009 23:09:10 +0000 (23:09 +0000)]
- It actually wasn't a very good idea to authenticate against the MD5 password hash instead of the password itself.
This didn't really improve security, but just made things more difficult for the user. Change that, so the web service and rosautotest expect a password in the "rosautotest.ini" file now.
- Read the "rosautotest.ini" from the application's directory instead of the Windows directory.
- Little adjustmensts here and there
svn path=/trunk/; revision=38655
Dmitry Chapyshev [Thu, 8 Jan 2009 20:49:11 +0000 (20:49 +0000)]
- Fix regression of Dependency Walker
See issue #3374 for more details.
svn path=/trunk/; revision=38654
Dmitry Chapyshev [Thu, 8 Jan 2009 20:28:19 +0000 (20:28 +0000)]
- Sync ICO_ExtractIconExW with Wine head. This fixed exception in wine tests. All tests for PrivateExtractIconsA/W passed now
svn path=/trunk/; revision=38653
Dmitry Chapyshev [Thu, 8 Jan 2009 19:47:29 +0000 (19:47 +0000)]
- Add Wine implementation LoadStringA/W. This is fixed all wine tests for LoadString
svn path=/trunk/; revision=38652
Dmitry Chapyshev [Thu, 8 Jan 2009 19:35:29 +0000 (19:35 +0000)]
- Fix NtUserCopyAcceleratorTable and NtUserCreateAcceleratorTable (ported from Wine). This is fixed 5 wine resources tests
svn path=/trunk/; revision=38651
Stefan Ginsberg [Thu, 8 Jan 2009 19:27:09 +0000 (19:27 +0000)]
- COMPUTE_PAGES_SPANNED is deprecated, use ADDRESS_AND_SIZE_TO_SPAN_PAGES instead
svn path=/trunk/; revision=38650
Christoph von Wittich [Thu, 8 Jan 2009 19:08:47 +0000 (19:08 +0000)]
fix msvc build
svn path=/trunk/; revision=38649
Aleksey Bragin [Thu, 8 Jan 2009 17:35:42 +0000 (17:35 +0000)]
- Some 64bits syncs from Wine by Samuel Serapion.
svn path=/trunk/; revision=38648
Dmitry Chapyshev [Thu, 8 Jan 2009 17:21:16 +0000 (17:21 +0000)]
- Formatting fix. No code change
svn path=/trunk/; revision=38646
Timo Kreuzer [Thu, 8 Jan 2009 16:33:40 +0000 (16:33 +0000)]
Rename BITMAPOBJ to SURFACE as it's called on windows. Also rename related functions and variables.
svn path=/trunk/; revision=38645
Dmitry Chapyshev [Thu, 8 Jan 2009 14:24:45 +0000 (14:24 +0000)]
- Implement devices status page
- More partly implementation
svn path=/trunk/; revision=38644
Daniel Reimer [Thu, 8 Jan 2009 14:08:17 +0000 (14:08 +0000)]
Sync to Wine HEAD. Done with my first try of a autosync script for the normal apps.
svn path=/trunk/; revision=38643
Daniel Reimer [Thu, 8 Jan 2009 14:07:10 +0000 (14:07 +0000)]
Sync to Wine HEAD. Done with my first try of a autosync script for the normal apps.
svn path=/trunk/; revision=38642
Dmitry Gorbachev [Thu, 8 Jan 2009 11:39:57 +0000 (11:39 +0000)]
Fix number of pages.
svn path=/trunk/; revision=38641
Dmitry Chapyshev [Thu, 8 Jan 2009 10:29:19 +0000 (10:29 +0000)]
- Fix bug with incorrect a working directory. Patch by Evgeny Boltik (bstsoft@narod.ru) with my small changes
See issue #4006 for more details.
svn path=/trunk/; revision=38640
Michael Martin [Thu, 8 Jan 2009 07:59:35 +0000 (07:59 +0000)]
- Revert r38638 for now, as there is still changes that need to be done to handle this correctly.
svn path=/trunk/; revision=38639
Michael Martin [Thu, 8 Jan 2009 07:45:42 +0000 (07:45 +0000)]
- Don't call KeWaitForSingleObject here, as doing so can lock the thread in a wait if no one ever connects to it. Also the wait is handled in Kernel32.
svn path=/trunk/; revision=38638
Aleksey Bragin [Thu, 8 Jan 2009 07:28:48 +0000 (07:28 +0000)]
- Get back ExceptionCode changed in r38624.
svn path=/trunk/; revision=38637
Timo Kreuzer [Thu, 8 Jan 2009 00:34:38 +0000 (00:34 +0000)]
Tests for NtGdiCreateDIBSection and NtGdiExtTextOutW
svn path=/trunk/; revision=38636
Dmitry Chapyshev [Wed, 7 Jan 2009 20:28:10 +0000 (20:28 +0000)]
- Partly implement of installed hardware page
svn path=/trunk/; revision=38635
Timo Kreuzer [Wed, 7 Jan 2009 20:25:19 +0000 (20:25 +0000)]
remove the test code I accidentally comitted
svn path=/trunk/; revision=38634
Timo Kreuzer [Wed, 7 Jan 2009 20:02:28 +0000 (20:02 +0000)]
- Fix creation of XLATE in IntEngCreateSrcMonoXlate. It was doing it wrong (colors swapped) and it only worked, because the caller of the function also passed the wrong arguments.
- Mono DIBs need a special handling when creating the XLATEOBJ. Handle this in IntCreateXlateForBlt. Fixes broken colors on google/Firefox page.
svn path=/trunk/; revision=38633
Gregor Schneider [Wed, 7 Jan 2009 18:17:02 +0000 (18:17 +0000)]
Don't remove the mouse cursor when previewing a screensaver.
svn path=/trunk/; revision=38632
Dmitry Chapyshev [Wed, 7 Jan 2009 13:50:54 +0000 (13:50 +0000)]
- Add more resources
- More dialogs implementation
svn path=/trunk/; revision=38629
Christoph von Wittich [Wed, 7 Jan 2009 11:49:17 +0000 (11:49 +0000)]
fix formatting
svn path=/trunk/; revision=38627
Dmitry Chapyshev [Wed, 7 Jan 2009 10:58:29 +0000 (10:58 +0000)]
- Set parent window for the wizard
- Call DisableThreadLibraryCalls for DLL_PROCESS_ATTACH case
svn path=/trunk/; revision=38626
Ged Murphy [Wed, 7 Jan 2009 10:38:17 +0000 (10:38 +0000)]
enable RQueryServiceObjectSecurity
svn path=/trunk/; revision=38625
KJK::Hyperion [Wed, 7 Jan 2009 10:36:06 +0000 (10:36 +0000)]
modified ntoskrnl/ke/i386/exp.c
Slight refactoring to make exception-safety auditing easier
Remove an unnecessary local variable, reuse another instead
svn path=/trunk/; revision=38624
KJK::Hyperion [Wed, 7 Jan 2009 10:23:29 +0000 (10:23 +0000)]
modified dll/win32/kernel32/misc/console.c
We have _SEH2_FINALLY: use it
svn path=/trunk/; revision=38623
KJK::Hyperion [Wed, 7 Jan 2009 10:13:43 +0000 (10:13 +0000)]
Reverting poorly conceived commit
svn path=/trunk/; revision=38622
KJK::Hyperion [Wed, 7 Jan 2009 09:54:13 +0000 (09:54 +0000)]
modified include/reactos/probe.h
modified ntoskrnl/ex/harderr.c
modified ntoskrnl/ex/sysinfo.c
modified ntoskrnl/ob/oblife.c
PSEH can't make code exception-safe (yet). Add explicit "volatile"s where it might be necessary
svn path=/trunk/; revision=38621
KJK::Hyperion [Wed, 7 Jan 2009 09:44:21 +0000 (09:44 +0000)]
modified dll/win32/advapi32/sec/lsa.c
modified dll/win32/advapi32/service/eventlog.c
modified dll/win32/advapi32/service/scm.c
modified dll/win32/advapi32/service/sctrl.c
modified dll/win32/setupapi/cfgmgr.c
Use RPC exception handling macros consistently
svn path=/trunk/; revision=38620
Timo Kreuzer [Wed, 7 Jan 2009 00:55:12 +0000 (00:55 +0000)]
set svn:eol-style = native
svn path=/trunk/; revision=38619
Dmitry Chapyshev [Tue, 6 Jan 2009 21:19:50 +0000 (21:19 +0000)]
- Add more dialogs
- Create title font for start and finish pages
svn path=/trunk/; revision=38618
Stefan Ginsberg [Tue, 6 Jan 2009 19:58:53 +0000 (19:58 +0000)]
- DebugSetProcessKillOnExit: Use SetLastErrorByStatus for NTSTATUS codes
svn path=/trunk/; revision=38617
Stefan Ginsberg [Tue, 6 Jan 2009 19:57:44 +0000 (19:57 +0000)]
- NtUserWaitForInputIdle: Call EngGetTickCount, removing duplicated code
- GetTickCount/GetTickCount64/EngGetTickCount: Use the correct SharedUserData fields, and fix the calculations
- KeUpdateSystemTime: Don't update TickCountLowDeprecated now that it truly is deprecated
- Thanks to Fireball and KJK!
svn path=/trunk/; revision=38616
Dmitry Chapyshev [Tue, 6 Jan 2009 19:28:04 +0000 (19:28 +0000)]
- Small fix for Russian translation
- More dialogs implement
- LPTSTR -> LPWSTR
svn path=/trunk/; revision=38614
Dmitry Chapyshev [Tue, 6 Jan 2009 18:35:20 +0000 (18:35 +0000)]
- Add hdwwiz to bootcd
svn path=/trunk/; revision=38613
Dmitry Chapyshev [Tue, 6 Jan 2009 18:32:51 +0000 (18:32 +0000)]
- Start implementing of hdwwiz
- Add some resources
svn path=/trunk/; revision=38612
Timo Kreuzer [Tue, 6 Jan 2009 18:11:12 +0000 (18:11 +0000)]
set svn:eal-style = native
svn path=/trunk/; revision=38611
Gregor Schneider [Tue, 6 Jan 2009 18:09:51 +0000 (18:09 +0000)]
Compile audiosrv warning free by defining array parts of GUIDs with braces
svn path=/trunk/; revision=38610
Christoph von Wittich [Tue, 6 Jan 2009 17:52:24 +0000 (17:52 +0000)]
-Rob Shearman <robertshearman at gmail.com> Thu Sep 18 2008
widl: Don't automatically add DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions and structs.
-Rob Shearman <robertshearman at gmail.com> Thu Sep 18 2008
include: Add explicit DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions in IDL files.
svn path=/trunk/; revision=38609
Gregor Schneider [Tue, 6 Jan 2009 17:38:30 +0000 (17:38 +0000)]
Clean up IntGdiRealizePalette by removing old and/or dead code, misleading descriptions and obsolete numbering.
svn path=/trunk/; revision=38608
Gregor Schneider [Tue, 6 Jan 2009 17:12:07 +0000 (17:12 +0000)]
- Fix a coordinate problem that occurred with alphablend in DrawIconEx (32bpp mode only)
- Welcome back mixer icon in 32bpp mode!
- Note for other invisible icons in that mode: 32bpp icon variants are most likely missing in the *.ico file; ReactOS image bpp conversion functions currently clear the alpha channel -> invisibility
- Update function names in debug prints, remove duplicate code, slightly improve code readability
svn path=/trunk/; revision=38607
Christoph von Wittich [Tue, 6 Jan 2009 15:48:55 +0000 (15:48 +0000)]
update some header/idl
svn path=/trunk/; revision=38606
Christoph von Wittich [Tue, 6 Jan 2009 10:33:42 +0000 (10:33 +0000)]
fpclass -> _fpclass
svn path=/trunk/; revision=38605
Christoph von Wittich [Tue, 6 Jan 2009 10:24:26 +0000 (10:24 +0000)]
update libxml2 to 2.7.2
svn path=/trunk/; revision=38604
Christoph von Wittich [Tue, 6 Jan 2009 07:53:04 +0000 (07:53 +0000)]
-don't cast const char to char
-handle RPC_X_ENUM_VALUE_OUT_OF_RANGE and RPC_X_BYTE_COUNT_TOO_SMALL in ScmRpcStatusToWinError
-add some traces
-don't write to NULL pointers, don't do strlen on a NULL pointer
svn path=/trunk/; revision=38603
Christoph von Wittich [Tue, 6 Jan 2009 07:19:59 +0000 (07:19 +0000)]
-Vincent Povirk <madewokherd+d41d at gmail.com> Thu Dec 4 2008
widl: Fix string format warning.
-Andrew Talbot <andrew.talbot at talbotville.com> Sat Dec 6 2008
widl: Remove unneeded address-of operators from array names.
svn path=/trunk/; revision=38602
Christoph von Wittich [Tue, 6 Jan 2009 07:09:07 +0000 (07:09 +0000)]
- Rob Shearman <robertshearman at gmail.com> Sun Nov 30
widl: Fix optimisation for writing out ref pointers to simple structs and base types.
svn path=/trunk/; revision=38601
Christoph von Wittich [Tue, 6 Jan 2009 06:41:21 +0000 (06:41 +0000)]
-Rob Shearman <robertshearman at gmail.com> Sun Nov 30 2008
widl: Output the correct buffer size required for parameters whose sizes are known at type-generation time.
svn path=/trunk/; revision=38600
Christoph von Wittich [Tue, 6 Jan 2009 06:16:55 +0000 (06:16 +0000)]
-Dmitry Timoshkov <dmitry <at> codeweavers.com> Mon Nov 10 2008
widl: Make the generated string pointers const as well.
-Alexandre Julliard <julliard <at> winehq.org> Tue Nov 25 2008
widl: Make sure format strings for structure and union types are only output once.
svn path=/trunk/; revision=38599
Johannes Anderwald [Tue, 6 Jan 2009 05:33:34 +0000 (05:33 +0000)]
- Remove dma_master.c as it is unused
- Implement PcNewDmaChannel
- partly implement IDmaChannel / IDmaChannelSlave
svn path=/trunk/; revision=38598
Johannes Anderwald [Tue, 6 Jan 2009 05:31:16 +0000 (05:31 +0000)]
- Add IID_IDmaChannel guid
svn path=/trunk/; revision=38597
Johannes Anderwald [Tue, 6 Jan 2009 03:02:02 +0000 (03:02 +0000)]
- Fix build sorry
svn path=/trunk/; revision=38596
Johannes Anderwald [Tue, 6 Jan 2009 00:44:16 +0000 (00:44 +0000)]
- Implement IPortWaveCyclic::NewMasterDmaChannel, IPortWaveCyclic::NewDmaChannelSlave, IPortWavePci_fnNewMasterDmaChannel
svn path=/trunk/; revision=38595
Johannes Anderwald [Tue, 6 Jan 2009 00:41:40 +0000 (00:41 +0000)]
- Add GUID IID_IDmaChannelSlave
svn path=/trunk/; revision=38594
Johannes Anderwald [Tue, 6 Jan 2009 00:17:55 +0000 (00:17 +0000)]
- Fix IPortWavePci interface definition
svn path=/trunk/; revision=38592
Johannes Anderwald [Tue, 6 Jan 2009 00:04:32 +0000 (00:04 +0000)]
- Implement PcDmaMasterDescription, PcDmaSlaveDescription
svn path=/trunk/; revision=38591
James Tabor [Mon, 5 Jan 2009 23:35:10 +0000 (23:35 +0000)]
- Patch by Michael Martin: Fix for Get/Set CallProc.
- Michael points out the fact that our system hard codes to unicode and does not mix ANSI and Unicode as it should. This creates problems when applications use ansi only. ReactOS lacks the mechanics of switching back to ANSI. The beginning of the project it seemed to become an unwritten rule. We learn from our misstakes and move on. When working on a drafting project, do not draw more than you can erase in a day.
svn path=/trunk/; revision=38590
Hervé Poussineau [Mon, 5 Jan 2009 20:36:39 +0000 (20:36 +0000)]
Add missing breaks
Spotted by Maciej Bialas (bjauy at o2.pl)
svn path=/trunk/; revision=38589
Christoph von Wittich [Mon, 5 Jan 2009 18:17:35 +0000 (18:17 +0000)]
- Austin English <austinenglish <at> gmail.com> Tue, 9 Sep 2008
widl: remove unreached code (Smatch)
- Rob Shearman <robertshearman <at> gmail.com> Wed Sep 10 2008
widl: Fix the writing typedefs to dispinterfaces and pointers to interfaces.
- Rob Shearman <robertshearman <at> gmail.com> Wed Sep 10 2008
widl: Remove redundant code.
svn path=/trunk/; revision=38588
Stefan Ginsberg [Mon, 5 Jan 2009 17:51:55 +0000 (17:51 +0000)]
- Properly implement NdisGetSystemUpTime, based on tech-archive.net/Archive/Development/microsoft.public.development.device.drivers/2004-11/0616.html
svn path=/trunk/; revision=38587
Timo Kreuzer [Mon, 5 Jan 2009 14:07:04 +0000 (14:07 +0000)]
silence crt TRACE flood
svn path=/trunk/; revision=38584
Colin Finck [Mon, 5 Jan 2009 13:22:27 +0000 (13:22 +0000)]
Revert a part of r38087. OutputDebugStringA doesn't add a newline automatically.
Verified by MSVC's debug output and kinda proofed by http://www.unixwiz.net/techtips/outputdebugstring.html (nobody would write a function for adding newlines to the debug output if that would be done automatically)
Thanks to Gregor for the hints.
svn path=/trunk/; revision=38583
Timo Kreuzer [Mon, 5 Jan 2009 12:55:13 +0000 (12:55 +0000)]
Silence warnings on linux hosts
svn path=/trunk/; revision=38582
Colin Finck [Mon, 5 Jan 2009 12:48:59 +0000 (12:48 +0000)]
Supersede the current way for running automatic regression tests for real now and switch to rosautotest. No more sights of hardcoded regression test stuff inside syssetup :-)
Works well here, let's hope BuildBot is with me ;-)
Still, there seems to be a bug in our OutputDebugString function, adding a newline at the end of the debug output automatically.
Getting the OutputDebugString output through MSVC doesn't lead to this behaviour, that bug needs to be evaluated in detail later.
svn path=/trunk/; revision=38581
Colin Finck [Mon, 5 Jan 2009 12:41:34 +0000 (12:41 +0000)]
Introducing the "ReactOS Automatic Testing Utility", superseding our current syssetup/cmd/dbgprint hack for running automatic regression tests.
Without any parameters, it mostly works the same as our current solution, but all in a standalone application.
Adding the /w parameter will submit all results to the web service committed in my previous commit.
The application would also make it possible to run Wine Tests regularly on a Windows machine and submitting the results.
This would make sure that all Wine tests also pass under Windows.
svn path=/trunk/; revision=38580
Michael Martin [Mon, 5 Jan 2009 11:52:44 +0000 (11:52 +0000)]
- Change and silence a debug message that made it look like npfsRead had a problem.
svn path=/trunk/; revision=38577
Kamil Hornicek [Mon, 5 Jan 2009 11:03:28 +0000 (11:03 +0000)]
[FORMATTING] tabs -> spaces. No code changes.
svn path=/trunk/; revision=38576
Christoph von Wittich [Mon, 5 Jan 2009 08:02:13 +0000 (08:02 +0000)]
enable oleaut32_winetest
svn path=/trunk/; revision=38575
James Tabor [Mon, 5 Jan 2009 03:34:10 +0000 (03:34 +0000)]
- Implement large ansi unicode string support for win32k. I guess some Rtl library developer should look into adding lib/rtlw32k for Win32k and User32.
- Created DefSetText to processes strings prior to calling NtUserDefSetText.
- Rewrite NtUserDefSetText to support large strings and process them with RtlLargeStringToUnicodeString.
- On last thing to remove, is the Hook junk in NtUserDefSetText.
svn path=/trunk/; revision=38574
Michael Martin [Mon, 5 Jan 2009 00:08:43 +0000 (00:08 +0000)]
- Re-implement Message Type read/write mode as the previous implementation was incorrect.
- Fixed bug in Byte Stream mode that caused threads to not wake from a wait.
- Implemented NpfsPeekPipe.
svn path=/trunk/; revision=38573
Thomas Bluemel [Sun, 4 Jan 2009 22:20:19 +0000 (22:20 +0000)]
Copying the string in NtUserDefSetText () must be protected with SEH, probing alone is not sufficient.
svn path=/trunk/; revision=38572
Timo Kreuzer [Sun, 4 Jan 2009 21:48:32 +0000 (21:48 +0000)]
Add tests for CreateFontIndirect
svn path=/trunk/; revision=38571
Christoph von Wittich [Sun, 4 Jan 2009 19:19:05 +0000 (19:19 +0000)]
sync oleaut32_winetest with wine 1.1.12
svn path=/trunk/; revision=38570
Christoph von Wittich [Sun, 4 Jan 2009 17:52:22 +0000 (17:52 +0000)]
sync ole32_winetest with wine 1.1.12
svn path=/trunk/; revision=38569
Stefan Ginsberg [Sun, 4 Jan 2009 17:33:47 +0000 (17:33 +0000)]
- DbgkpSendApiMessage/DbgkpSendApiMessageLpc: Make sure the process is suspended before resuming it. Also, DbgkpSendApiMessage takes a BOOLEAN as 2nd parameter.
- DbgkpWakeTarget: Correct a check for a Debug Event flag
svn path=/trunk/; revision=38568
Dmitry Chapyshev [Sun, 4 Jan 2009 16:57:58 +0000 (16:57 +0000)]
- Change of names of variables
- Move all variables declaration to top
svn path=/trunk/; revision=38567
Dmitry Chapyshev [Sun, 4 Jan 2009 16:18:29 +0000 (16:18 +0000)]
- Formatting fix. No code change
svn path=/trunk/; revision=38566
Aleksey Bragin [Sun, 4 Jan 2009 15:11:47 +0000 (15:11 +0000)]
- Rewrite SystemTimeOfDay QuerySystemInformation case. ReqSize is the amount of data copied to the user so use it accordingly. Also, fill up the buffer as much as the caller requested. Fixes 1 "ntdll_winetest.exe info".
- Use a newer (5.0 and higher) version of SYSTEM_TIMEOFDAY_INFORMATION structure (consisting of two additional 64 bits fields: boot time bias and sleep time bias).
svn path=/trunk/; revision=38565
Dmitry Gorbachev [Sun, 4 Jan 2009 14:40:27 +0000 (14:40 +0000)]
Add type casts to RtlpCallQueryRegistryRoutine().
svn path=/trunk/; revision=38564
Dmitry Gorbachev [Sun, 4 Jan 2009 14:27:04 +0000 (14:27 +0000)]
Silence GCC 4.4.0 warnings.
svn path=/trunk/; revision=38563
Dmitry Gorbachev [Sun, 4 Jan 2009 14:26:59 +0000 (14:26 +0000)]
PWSTR -> PCWSTR
svn path=/trunk/; revision=38562
Aleksey Bragin [Sun, 4 Jan 2009 13:43:08 +0000 (13:43 +0000)]
Dmitry Chapyshev
- Add buffer length checks to NtQueryInformationThread.
svn path=/trunk/; revision=38561
Aleksey Bragin [Sun, 4 Jan 2009 11:56:14 +0000 (11:56 +0000)]
Dmitry Chapyshev
- Add more length checks to NtQueryInformationProcess, inspired by r28570.
svn path=/trunk/; revision=38560
Ged Murphy [Sun, 4 Jan 2009 11:44:45 +0000 (11:44 +0000)]
- Generate to do list, test list, bug list and deprecated list.
- Add place holder for header and footer. This will need to be changed to suit the script.
- Don't generate a tab index.
- Build the search data so we can search the source.
svn path=/trunk/; revision=38559
Christoph von Wittich [Sun, 4 Jan 2009 11:42:09 +0000 (11:42 +0000)]
sync riched20 with wine 1.1.12
svn path=/trunk/; revision=38558
Christoph von Wittich [Sun, 4 Jan 2009 11:34:13 +0000 (11:34 +0000)]
sync browseui_winetest with wine 1.1.12
svn path=/trunk/; revision=38557
Christoph von Wittich [Sun, 4 Jan 2009 11:33:07 +0000 (11:33 +0000)]
sync hlink_winetest with wine 1.1.12
svn path=/trunk/; revision=38556
Christoph von Wittich [Sun, 4 Jan 2009 11:31:13 +0000 (11:31 +0000)]
sync iphlpapi_winetest with wine 1.1.12
svn path=/trunk/; revision=38555
Christoph von Wittich [Sun, 4 Jan 2009 10:48:31 +0000 (10:48 +0000)]
sync msxml3 with wine 1.1.12 (2/2)
svn path=/trunk/; revision=38554
Christoph von Wittich [Sun, 4 Jan 2009 10:48:19 +0000 (10:48 +0000)]
sync msxml3 with wine 1.1.12 (1/2)
svn path=/trunk/; revision=38553
Aleksey Bragin [Sun, 4 Jan 2009 10:12:38 +0000 (10:12 +0000)]
- Revert changes to NtSetVolumeInformationFile made in 38550, it should indeed use IoGetRelatedDeviceObject, not target device.
svn path=/trunk/; revision=38552
Aleksey Bragin [Sun, 4 Jan 2009 09:41:34 +0000 (09:41 +0000)]
- Fix a typo: if a process has DisableBoost set then TRUE should be returned when querying ProcessPriorityBoost information, not FALSE.
svn path=/trunk/; revision=38551
Aleksey Bragin [Sun, 4 Jan 2009 09:35:35 +0000 (09:35 +0000)]
- Merge IoGetRelatedTargetDevice implementation by Pierre Schweitzer (pierre-fsd branch), with my modifications.
svn path=/trunk/; revision=38550
Hervé Poussineau [Sun, 4 Jan 2009 08:38:19 +0000 (08:38 +0000)]
Add a check to not mix up host and target modules
Should probably be moved later outside of backend directory
svn path=/trunk/; revision=38549
Cameron Gutman [Sun, 4 Jan 2009 08:12:13 +0000 (08:12 +0000)]
- Revert r38547 which reverted r38546 which was correct
- I fail
svn path=/trunk/; revision=38548
Cameron Gutman [Sun, 4 Jan 2009 07:45:08 +0000 (07:45 +0000)]
- Revert r38546
- Include windef.h in precomp.h
svn path=/trunk/; revision=38547
Cameron Gutman [Sun, 4 Jan 2009 07:25:08 +0000 (07:25 +0000)]
- Fix debug build
- Something weird happened with the headers and DWORD somehow got lost
- This is a hack and will be reverted later
svn path=/trunk/; revision=38546