Christoph von Wittich
2127bca655
sync shell32_winetest with wine 1.1.27
...
svn path=/trunk/; revision=42559
2009-08-09 12:49:55 +00:00
Gregor Schneider
a5dfb6bd53
Even without a CMINVOKECOMMANDINFOEX structure a link should be executed with the supplied parameters
...
See issue #4323 for more details.
svn path=/trunk/; revision=42557
2009-08-09 12:07:21 +00:00
Christoph von Wittich
216c94033d
fix build
...
svn path=/trunk/; revision=42556
2009-08-09 12:06:07 +00:00
Christoph von Wittich
ec56eb048b
sync shdocvw and mshtml with wine 1.1.27 and add missing translations to avifil32
...
svn path=/trunk/; revision=42555
2009-08-09 12:00:11 +00:00
Timo Kreuzer
665c8196de
Add lmissing file
...
svn path=/trunk/; revision=42553
2009-08-09 11:38:53 +00:00
Timo Kreuzer
3979f7432d
win32knapi: More / improved tests for NtUserSystemParametersInfo, NtGdiSelectBrush, NtGdiSelectBitmap, NtGdiGetFontResourceInfoInternalW, NtGdiDoPalette
...
svn path=/trunk/; revision=42552
2009-08-09 11:27:25 +00:00
Timo Kreuzer
823cea3689
Change xlate tests a bit.
...
svn path=/trunk/; revision=42551
2009-08-09 11:05:54 +00:00
Stefan Ginsberg
98e84293c7
- Fix intrinsics for MSVC -- just include intrin.h instead of duplicating the definitions.
...
svn path=/trunk/; revision=42550
2009-08-09 09:58:07 +00:00
Hervé Poussineau
afceb3314e
Fix compilation #2
...
svn path=/trunk/; revision=42546
2009-08-09 08:24:22 +00:00
Hervé Poussineau
e9eadcc168
Fix compilation
...
svn path=/trunk/; revision=42545
2009-08-09 08:13:17 +00:00
Hervé Poussineau
661239c67e
Merge FldrCreateComponentKey and FldrSetIdentifier
...
svn path=/trunk/; revision=42544
2009-08-09 08:11:52 +00:00
Hervé Poussineau
d7ca524325
Merge FldrCreateComponentKey and FldrSetComponentInformation
...
Remove unneeded parameters in FldrCreateComponentKey
svn path=/trunk/; revision=42543
2009-08-09 07:45:41 +00:00
Cameron Gutman
bfe9c97ce3
- Return the correct value for AFD_INFO_BLOCKING_MODE
...
- Implement AFD_INFO_SENDS_IN_PROGRESS (SO_LINGER should work now)
svn path=/trunk/; revision=42542
2009-08-09 03:57:29 +00:00
Dmitry Gorbachev
7c7fefd8d3
Fix issue #4673 ("Misrepresented license in FreeLDR"), Robert Millan (rmh.reactos at aybabtu.com).
...
svn path=/trunk/; revision=42541
2009-08-08 22:39:04 +00:00
Hervé Poussineau
3e5c0bc6aa
Remove dead code
...
svn path=/trunk/; revision=42540
2009-08-08 21:50:15 +00:00
Hervé Poussineau
945b08e99d
Use Arc* infrastructure to read the .inf file
...
svn path=/trunk/; revision=42539
2009-08-08 21:23:23 +00:00
Hervé Poussineau
c2b74e4921
Fix some typos and make PFILE a ULONG
...
svn path=/trunk/; revision=42538
2009-08-08 21:11:40 +00:00
Hervé Poussineau
28bf1f3b71
- Half-convert FAT, Ext2 and NTFS filesytems to provide new ARC file infrastructure. This allows removing some compatibility code in fs.c
...
- Remove use of FsOpenBootVolume() and FsOpenSystemVolume(). If callers don't want a file on boot volume, they need to use the new ArcOpen/ArcSeek/ArcRead/ArcClose functions instead of the old FsOpenFile/FsSetFilePointer/FsReadFile/FsCloseFile
svn path=/trunk/; revision=42537
2009-08-08 20:53:10 +00:00
Gregor Schneider
ee30838ad7
Supply default ansi codepage when converting from unicode, fixes 365 kernel32 comm winetests
...
svn path=/trunk/; revision=42536
2009-08-08 20:20:16 +00:00
Timo Kreuzer
ee9e10c750
[FORMATTING]
...
4 spaces indentation, no code change
svn path=/trunk/; revision=42535
2009-08-08 19:53:21 +00:00
Dmitry Gorbachev
4edf4a5d67
- Do not compare an ULONG variable with -1 in DbgPrint().
...
- Simplify TuiPrintf().
svn path=/trunk/; revision=42534
2009-08-08 19:34:21 +00:00
Hervé Poussineau
1af46d7aa4
HACK FIX DiskGetBootPath() method to return something meaningful when booting from hard disk
...
svn path=/trunk/; revision=42533
2009-08-08 19:33:08 +00:00
Stefan Ginsberg
fa657e7e29
Fix Uniata for msvc:
...
- Add missing msvc intrinsics to winddk.h
- Don't assume compiler means a specific header set, and don't rely on the default calling convention being stdcall.
- Disable a warning spotted by MSVC -- requesting anyone with understanding of the code to have a look.
svn path=/trunk/; revision=42531
2009-08-08 18:27:01 +00:00
KJK::Hyperion
b7cb2a38aa
modified base/setup/vmwinst/vmwinst.c
...
modified base/setup/vmwinst/vmwinst.rbuild
Implement VMWare detection for Visual C++ as well
For cleaner code, use SEH instead of VEH, even if it means losing this pearl of ReactOS wisdom:
/* Setup a vectored exception handler to protect the detection. Don't use SEH
here so we notice the next time someone removes support for vectored
exception handling from ros... */
(www.passiveaggressivecommits.com, brought to you by Arch Blackmann!)
Of course, it also means trading our VEH bugs for our SEH bugs, so I'm not sure if it was worth changing
svn path=/trunk/; revision=42530
2009-08-08 18:03:48 +00:00
KJK::Hyperion
e50fa1e50e
modified dll/3rdparty/mesa32/src/main/imports.c
...
We don't have _aligned_malloc in our CRT, whatever compiler we use
modified dll/3rdparty/mesa32/src/main/imports.h
The mysterious MESA compilation bug has been found: seems the Visual C++ preprocessor doesn't know about the "F" number suffix
modified dll/3rdparty/mesa32/reactos.diff
Updated the diff
svn path=/trunk/; revision=42529
2009-08-08 17:18:34 +00:00
Hervé Poussineau
e307cb2881
Rework ISO9660 filesystem to use ARC file architecture.
...
ISO filesystem doesn't depend anymore of boot volume/system volume
svn path=/trunk/; revision=42528
2009-08-08 17:13:14 +00:00
Hervé Poussineau
20c8af6fef
Read freeldr.ini file using ARC file infrastructure
...
svn path=/trunk/; revision=42527
2009-08-08 17:08:51 +00:00
Hervé Poussineau
9f71bce6b4
Improve ARC file infrastructure, by adding a compatibility layer from old to new system (new to old already exists)
...
i386: when reading sectors, use dedicated scratch area
Increase number of available open files to 60, because something seems to leak file descriptors
svn path=/trunk/; revision=42526
2009-08-08 17:04:53 +00:00
Stefan Ginsberg
79c9204f9e
- Fix compilation of csrsrv:
...
- helper.h does not exist anymore, so define what was used in srv.h instead
- Complete migration to PSEH2
- TEB's Cid was renamed to ClientId -- update the code
- Rename DllMain to DllMainCRTStartup as this is what we link a native dll to
- Fix some incorrect entries in the .spec
- Also fix some /W4 warnings. Add a note to CsrPopulateDosDevicesDirectory that the code is incomplete and will never stop looping (spotted by /W4).
- Does not link completely yet due to some missing function stubs.
svn path=/trunk/; revision=42525
2009-08-08 16:50:27 +00:00
Gregor Schneider
6ff2cad0ff
Remove temporary debug code, crash was fixed by r42506 and r42517
...
svn path=/trunk/; revision=42523
2009-08-08 16:24:22 +00:00
Christoph von Wittich
24c3dd1abc
sync msacm with wine 1.1.27
...
svn path=/trunk/; revision=42522
2009-08-08 16:14:46 +00:00
Gregor Schneider
0656aaaacd
Only set text resource in DefWndProcA on WM_NCCREATE if passed and exists
...
See issue #4766 for more details.
svn path=/trunk/; revision=42521
2009-08-08 16:14:43 +00:00
Gregor Schneider
3786d6dd01
Don't access the device mode if it is not passed (user32 monitor crash)
...
svn path=/trunk/; revision=42520
2009-08-08 16:01:24 +00:00
Gregor Schneider
4413118e20
Revert r42518: no user mode types in DDK
...
svn path=/trunk/; revision=42519
2009-08-08 15:10:01 +00:00
Gregor Schneider
5dfa2c31de
ULONG->DWORD as seen on MSDN for (U)LARGE_INTEGER
...
svn path=/trunk/; revision=42518
2009-08-08 15:01:38 +00:00
Gregor Schneider
7b6de8b1d4
-Use correct conversion factors in FileTimeToUnixTime (increased by factor 1000)
...
-Prefer time_t to arch specific __time64_t
-Assumption from r42506 was wrong: GetSystemTimeAsFileTime supplies good values
svn path=/trunk/; revision=42517
2009-08-08 14:55:25 +00:00
Stefan Ginsberg
e8aa4b4280
- Silence a soundblaster warning on release build
...
svn path=/trunk/; revision=42516
2009-08-08 14:41:50 +00:00
Stefan Ginsberg
c5045dd4e7
- Undefine __ROS_LONG64__ for ReactOS' extensions to kernel32 and setupapi Winetests -- fixes even more warnings
...
svn path=/trunk/; revision=42514
2009-08-08 13:34:12 +00:00
Stefan Ginsberg
988ffc77d4
- Correct the RegionSize member of MEMORY_BASIC_INFORMATION -- it is pointer sized.
...
- Make RPC_STATUS respect __ROS_LONG64__ -- fixes a bunch of format warnings in the rpcrt4 Winetest.
svn path=/trunk/; revision=42513
2009-08-08 13:32:15 +00:00
Christoph von Wittich
b9ad186036
sync msi winetest with wine 1.1.27
...
svn path=/trunk/; revision=42511
2009-08-08 12:48:20 +00:00
Christoph von Wittich
4c4e558887
sync widl to wine 1.1.27
...
svn path=/trunk/; revision=42510
2009-08-08 12:40:21 +00:00
Christoph von Wittich
220177d4de
always build 32 bit typelibs
...
svn path=/trunk/; revision=42509
2009-08-08 12:37:01 +00:00
Christoph von Wittich
50ba99e99c
sync msi with wine 1.1.27
...
svn path=/trunk/; revision=42507
2009-08-08 11:55:51 +00:00
Gregor Schneider
522d088b11
-time() returns a valid value even if no pointer is passed
...
-Exposes another bug: kernel32's GetSystemTimeAsFileTime currently returns invalid (too low) time values
svn path=/trunk/; revision=42506
2009-08-08 11:40:48 +00:00
Christoph von Wittich
cc30ba1d67
fix rc files
...
svn path=/trunk/; revision=42505
2009-08-08 10:48:08 +00:00
Christoph von Wittich
aa0abcf51e
partial revert of r41765
...
svn path=/trunk/; revision=42504
2009-08-08 10:22:51 +00:00
Christoph von Wittich
6dc4143481
partial revert of r41770
...
svn path=/trunk/; revision=42503
2009-08-08 10:18:41 +00:00
Christoph von Wittich
847a9ddf02
partial revert of r41768
...
svn path=/trunk/; revision=42502
2009-08-08 10:14:13 +00:00
Christoph von Wittich
80e7d449b2
partial revert of r41766
...
svn path=/trunk/; revision=42501
2009-08-08 10:09:14 +00:00
Pierre Schweitzer
92a36f7e01
Include header where needed
...
svn path=/trunk/; revision=42499
2009-08-08 09:49:27 +00:00