reactos.git
14 years agoMove stubs for user mode printer drivers from stubs.c into umpdstubs.c. Unimplement...
Timo Kreuzer [Mon, 10 Aug 2009 22:20:28 +0000 (22:20 +0000)]
Move stubs for user mode printer drivers from stubs.c into umpdstubs.c. Unimplement some of them, as they were wrong.

svn path=/trunk/; revision=42605

14 years ago - Make Connect IRPs cancellable (should fix some deadlock issues)
Cameron Gutman [Mon, 10 Aug 2009 21:21:50 +0000 (21:21 +0000)]
 - Make Connect IRPs cancellable (should fix some deadlock issues)
 - Fix a bug which could result in a Listen IRP being unable to be cancelled

svn path=/trunk/; revision=42604

14 years ago- Implement swenum
Johannes Anderwald [Mon, 10 Aug 2009 21:10:03 +0000 (21:10 +0000)]
- Implement swenum

svn path=/trunk/; revision=42603

14 years agoRevert part of my last commit, this was testcode not meant to be committed.
Timo Kreuzer [Mon, 10 Aug 2009 20:22:11 +0000 (20:22 +0000)]
Revert part of my last commit, this was testcode not meant to be committed.

svn path=/trunk/; revision=42602

14 years ago- Move some functions from stubs.c to new file eng/mapping.c
Timo Kreuzer [Mon, 10 Aug 2009 20:19:33 +0000 (20:19 +0000)]
- Move some functions from stubs.c to new file eng/mapping.c
- Move EngSetPointerTag to mouse.c
- Move EngQuerySystemAttribute and EngGetTickCount to engmisc.c
- Unimplement EngLoadModule as it was wrong
- FLOATOBJ_XxxFloatObj are duplicated from FLOATOBJ_Xxx, remove the stubs and redirect in the pspec.
- Redirect EngGetCurrentProcessId and EngGetcurrentThreadId to ntoskrnl

svn path=/trunk/; revision=42601

14 years agoFix return value. Thanks to Hervé for noticing.
Timo Kreuzer [Mon, 10 Aug 2009 19:26:53 +0000 (19:26 +0000)]
Fix return value. Thanks to Hervé for noticing.

svn path=/trunk/; revision=42600

14 years ago- Implement BdaPropertyGetPinControl
Johannes Anderwald [Mon, 10 Aug 2009 16:10:26 +0000 (16:10 +0000)]
- Implement BdaPropertyGetPinControl

svn path=/trunk/; revision=42599

14 years ago- A few updates from Archwald
Johannes Anderwald [Mon, 10 Aug 2009 16:09:45 +0000 (16:09 +0000)]
- A few updates from Archwald

svn path=/trunk/; revision=42598

14 years ago- Implement BdaPropertyNodeTypes, BdaPropertyPinTypes
Johannes Anderwald [Mon, 10 Aug 2009 15:18:48 +0000 (15:18 +0000)]
- Implement BdaPropertyNodeTypes, BdaPropertyPinTypes

svn path=/trunk/; revision=42597

14 years agoImplement EngFileIoControl and EngFileWrite
Timo Kreuzer [Mon, 10 Aug 2009 15:09:14 +0000 (15:09 +0000)]
Implement EngFileIoControl and EngFileWrite

svn path=/trunk/; revision=42596

14 years ago- Implement BdaInitFilter, BdaCreateTopology
Johannes Anderwald [Mon, 10 Aug 2009 14:18:51 +0000 (14:18 +0000)]
- Implement BdaInitFilter, BdaCreateTopology

svn path=/trunk/; revision=42594

14 years ago- Add macros for bda
Johannes Anderwald [Mon, 10 Aug 2009 14:03:16 +0000 (14:03 +0000)]
- Add macros for bda

svn path=/trunk/; revision=42593

14 years ago- Rewrite failure branch of IopLoadUnloadDriver to return a real status code instead...
Aleksey Bragin [Mon, 10 Aug 2009 14:03:01 +0000 (14:03 +0000)]
- Rewrite failure branch of IopLoadUnloadDriver to return a real status code instead of always hardcoding it to STATUS_IMAGE_ALREADY_LOADED (r42473) and remove unneeded code duplication.

svn path=/trunk/; revision=42592

14 years ago- Make NtUnloadKey call a newer version of the NTAPI - NtUnloadKey2.
Aleksey Bragin [Mon, 10 Aug 2009 13:44:54 +0000 (13:44 +0000)]
- Make NtUnloadKey call a newer version of the NTAPI - NtUnloadKey2.
- Implement NtUnloadKey2 as a wrapper around internal CM API - CmUnloadKey.
- Stub CmUnloadKey.
- Fix a typo in ps/process.c comments.

svn path=/trunk/; revision=42591

14 years ago- Arch broke it
Johannes Anderwald [Mon, 10 Aug 2009 13:07:05 +0000 (13:07 +0000)]
- Arch broke it

svn path=/trunk/; revision=42590

14 years ago- Add BDA filter context to object bag, so that it gets freed automatically later
Johannes Anderwald [Mon, 10 Aug 2009 11:28:25 +0000 (11:28 +0000)]
- Add BDA filter context to object bag, so that it gets freed automatically later

svn path=/trunk/; revision=42588

14 years ago- Add KsFilterFactoryGetParentDevice macro
Johannes Anderwald [Mon, 10 Aug 2009 11:27:23 +0000 (11:27 +0000)]
- Add KsFilterFactoryGetParentDevice macro
- Fix inline function for msvc compability

svn path=/trunk/; revision=42587

14 years ago[BDASUP]
Johannes Anderwald [Mon, 10 Aug 2009 11:13:43 +0000 (11:13 +0000)]
[BDASUP]
- Start implementing BDASup
- Implement BdaCheckChanges, BdaCommitChanges, BdaCreateFilterFactory, BdaCreateFilterFactoryEx, BdaCreatePin, BdaMethodCreatePin, BdaFilterFactoryUpdateCacheData, BdaGetChangeState, BdaMethodCreateTopology, BdaMethodDeletePin, BdaPropertyTemplateConnections, BdaStartChanges, BdaUninitFilter, BdaValidateNodeProperty

svn path=/trunk/; revision=42586

14 years ago- Add include guards
Johannes Anderwald [Mon, 10 Aug 2009 11:10:37 +0000 (11:10 +0000)]
- Add include guards
- Add KSM_PIN
- Add a few function prototypes

svn path=/trunk/; revision=42585

14 years ago- Remove duplicate MmHighestPhysicalPage (the other being in init.c) -- we still...
Stefan Ginsberg [Mon, 10 Aug 2009 09:54:29 +0000 (09:54 +0000)]
- Remove duplicate MmHighestPhysicalPage (the other being in init.c) -- we still ended up with only 1 global however, so this doesn't really change anything

svn path=/trunk/; revision=42584

14 years ago- Update commctrl.h.
Aleksey Bragin [Mon, 10 Aug 2009 09:47:17 +0000 (09:47 +0000)]
- Update commctrl.h.

svn path=/trunk/; revision=42583

14 years ago[WDMAUD]
Johannes Anderwald [Mon, 10 Aug 2009 07:14:04 +0000 (07:14 +0000)]
[WDMAUD]
- Remove ReactOS specific pin creation hack
[SYSAUDIO]
- Refactor sysaudio pin creation
- Remove ReactOS specific pin creation hack
- Remove unused functions

svn path=/trunk/; revision=42580

14 years ago- Changes to file header.
James Tabor [Mon, 10 Aug 2009 04:57:22 +0000 (04:57 +0000)]
- Changes to file header.

svn path=/trunk/; revision=42579

14 years ago - Rewrite most of the loopback code
Cameron Gutman [Mon, 10 Aug 2009 03:27:39 +0000 (03:27 +0000)]
 - Rewrite most of the loopback code
 - The new code is faster, uses less memory, and is less complex than the previous code
 - Add a NULL check to fix a potential crash

svn path=/trunk/; revision=42578

14 years ago - Fix a bug which resulted in the first letter of each quote (except the first one...
Cameron Gutman [Sun, 9 Aug 2009 22:53:26 +0000 (22:53 +0000)]
 - Fix a bug which resulted in the first letter of each quote (except the first one) being skipped
 - Fix some quote typos

svn path=/trunk/; revision=42577

14 years ago[rbuild] Remove distinction between Iso/IsoRegTest, and LiveIso/LiveIsoRegTest module...
Hervé Poussineau [Sun, 9 Aug 2009 22:03:04 +0000 (22:03 +0000)]
[rbuild] Remove distinction between Iso/IsoRegTest, and LiveIso/LiveIsoRegTest module types
Better dependency tracking for iso module type

svn path=/trunk/; revision=42575

14 years agoRevert r42536 for build server diagnosis
Gregor Schneider [Sun, 9 Aug 2009 19:30:35 +0000 (19:30 +0000)]
Revert r42536 for build server diagnosis

svn path=/trunk/; revision=42571

14 years agoDo not call CcUnpinData() with NULL PtrBCB.
Dmitry Gorbachev [Sun, 9 Aug 2009 17:26:10 +0000 (17:26 +0000)]
Do not call CcUnpinData() with NULL PtrBCB.

svn path=/trunk/; revision=42569

14 years agoFix IDT limit.
Dmitry Gorbachev [Sun, 9 Aug 2009 14:40:05 +0000 (14:40 +0000)]
Fix IDT limit.

svn path=/trunk/; revision=42566

14 years agoAdd padding to ext2 superblock structure (to 512 bytes).
Dmitry Gorbachev [Sun, 9 Aug 2009 14:39:44 +0000 (14:39 +0000)]
Add padding to ext2 superblock structure (to 512 bytes).

svn path=/trunk/; revision=42565

14 years agopartial rpcrt4 sync to wine 1.1.27 (fixes ~180 rpcrt4 winetests)
Christoph von Wittich [Sun, 9 Aug 2009 14:28:07 +0000 (14:28 +0000)]
partial rpcrt4 sync to wine 1.1.27 (fixes ~180 rpcrt4 winetests)

svn path=/trunk/; revision=42564

14 years ago- ne2000: Don't assume stdcall is default for MSVC
Stefan Ginsberg [Sun, 9 Aug 2009 14:18:01 +0000 (14:18 +0000)]
- ne2000: Don't assume stdcall is default for MSVC
- snmpapi: Define SNMP_FUNC_TYPE for MSVC too
- rasman: Compatibly define function pointer prototype
- vbe/vga/xboxvmp: Fix assumption that _MSC_VER means "compiling with Microsoft's headers"

svn path=/trunk/; revision=42563

14 years agopartial sync to wine 1.1.27
Christoph von Wittich [Sun, 9 Aug 2009 13:56:25 +0000 (13:56 +0000)]
partial sync to wine 1.1.27

svn path=/trunk/; revision=42562

14 years agosync shell32_winetest with wine 1.1.27
Christoph von Wittich [Sun, 9 Aug 2009 12:49:55 +0000 (12:49 +0000)]
sync shell32_winetest with wine 1.1.27

svn path=/trunk/; revision=42559

14 years agoEven without a CMINVOKECOMMANDINFOEX structure a link should be executed with the...
Gregor Schneider [Sun, 9 Aug 2009 12:07:21 +0000 (12:07 +0000)]
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

14 years agofix build
Christoph von Wittich [Sun, 9 Aug 2009 12:06:07 +0000 (12:06 +0000)]
fix build

svn path=/trunk/; revision=42556

14 years agosync shdocvw and mshtml with wine 1.1.27 and add missing translations to avifil32
Christoph von Wittich [Sun, 9 Aug 2009 12:00:11 +0000 (12:00 +0000)]
sync shdocvw and mshtml with wine 1.1.27 and add missing translations to avifil32

svn path=/trunk/; revision=42555

14 years agoAdd lmissing file
Timo Kreuzer [Sun, 9 Aug 2009 11:38:53 +0000 (11:38 +0000)]
Add lmissing file

svn path=/trunk/; revision=42553

14 years agowin32knapi: More / improved tests for NtUserSystemParametersInfo, NtGdiSelectBrush...
Timo Kreuzer [Sun, 9 Aug 2009 11:27:25 +0000 (11:27 +0000)]
win32knapi: More / improved tests for NtUserSystemParametersInfo, NtGdiSelectBrush, NtGdiSelectBitmap, NtGdiGetFontResourceInfoInternalW, NtGdiDoPalette

svn path=/trunk/; revision=42552

14 years agoChange xlate tests a bit.
Timo Kreuzer [Sun, 9 Aug 2009 11:05:54 +0000 (11:05 +0000)]
Change xlate tests a bit.

svn path=/trunk/; revision=42551

14 years ago- Fix intrinsics for MSVC -- just include intrin.h instead of duplicating the definit...
Stefan Ginsberg [Sun, 9 Aug 2009 09:58:07 +0000 (09:58 +0000)]
- Fix intrinsics for MSVC -- just include intrin.h instead of duplicating the definitions.

svn path=/trunk/; revision=42550

14 years agoFix compilation #2
Hervé Poussineau [Sun, 9 Aug 2009 08:24:22 +0000 (08:24 +0000)]
Fix compilation #2

svn path=/trunk/; revision=42546

14 years agoFix compilation
Hervé Poussineau [Sun, 9 Aug 2009 08:13:17 +0000 (08:13 +0000)]
Fix compilation

svn path=/trunk/; revision=42545

14 years agoMerge FldrCreateComponentKey and FldrSetIdentifier
Hervé Poussineau [Sun, 9 Aug 2009 08:11:52 +0000 (08:11 +0000)]
Merge FldrCreateComponentKey and FldrSetIdentifier

svn path=/trunk/; revision=42544

14 years agoMerge FldrCreateComponentKey and FldrSetComponentInformation
Hervé Poussineau [Sun, 9 Aug 2009 07:45:41 +0000 (07:45 +0000)]
Merge FldrCreateComponentKey and FldrSetComponentInformation
Remove unneeded parameters in FldrCreateComponentKey

svn path=/trunk/; revision=42543

14 years ago - Return the correct value for AFD_INFO_BLOCKING_MODE
Cameron Gutman [Sun, 9 Aug 2009 03:57:29 +0000 (03:57 +0000)]
 - 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

14 years agoFix issue #4673 ("Misrepresented license in FreeLDR"), Robert Millan (rmh.reactos...
Dmitry Gorbachev [Sat, 8 Aug 2009 22:39:04 +0000 (22:39 +0000)]
Fix issue #4673 ("Misrepresented license in FreeLDR"), Robert Millan (rmh.reactos at aybabtu.com).

svn path=/trunk/; revision=42541

14 years agoRemove dead code
Hervé Poussineau [Sat, 8 Aug 2009 21:50:15 +0000 (21:50 +0000)]
Remove dead code

svn path=/trunk/; revision=42540

14 years agoUse Arc* infrastructure to read the .inf file
Hervé Poussineau [Sat, 8 Aug 2009 21:23:23 +0000 (21:23 +0000)]
Use Arc* infrastructure to read the .inf file

svn path=/trunk/; revision=42539

14 years agoFix some typos and make PFILE a ULONG
Hervé Poussineau [Sat, 8 Aug 2009 21:11:40 +0000 (21:11 +0000)]
Fix some typos and make PFILE a ULONG

svn path=/trunk/; revision=42538

14 years ago- Half-convert FAT, Ext2 and NTFS filesytems to provide new ARC file infrastructure...
Hervé Poussineau [Sat, 8 Aug 2009 20:53:10 +0000 (20:53 +0000)]
- 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

14 years agoSupply default ansi codepage when converting from unicode, fixes 365 kernel32 comm...
Gregor Schneider [Sat, 8 Aug 2009 20:20:16 +0000 (20:20 +0000)]
Supply default ansi codepage when converting from unicode, fixes 365 kernel32 comm winetests

svn path=/trunk/; revision=42536

14 years ago[FORMATTING]
Timo Kreuzer [Sat, 8 Aug 2009 19:53:21 +0000 (19:53 +0000)]
[FORMATTING]
4 spaces indentation, no code change

svn path=/trunk/; revision=42535

14 years ago- Do not compare an ULONG variable with -1 in DbgPrint().
Dmitry Gorbachev [Sat, 8 Aug 2009 19:34:21 +0000 (19:34 +0000)]
- Do not compare an ULONG variable with -1 in DbgPrint().
- Simplify TuiPrintf().

svn path=/trunk/; revision=42534

14 years agoHACK FIX DiskGetBootPath() method to return something meaningful when booting from...
Hervé Poussineau [Sat, 8 Aug 2009 19:33:08 +0000 (19:33 +0000)]
HACK FIX DiskGetBootPath() method to return something meaningful when booting from hard disk

svn path=/trunk/; revision=42533

14 years agoFix Uniata for msvc:
Stefan Ginsberg [Sat, 8 Aug 2009 18:27:01 +0000 (18:27 +0000)]
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

14 years agomodified base/setup/vmwinst/vmwinst.c
KJK::Hyperion [Sat, 8 Aug 2009 18:03:48 +0000 (18:03 +0000)]
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

14 years agomodified dll/3rdparty/mesa32/src/main/imports.c
KJK::Hyperion [Sat, 8 Aug 2009 17:18:34 +0000 (17:18 +0000)]
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

14 years agoRework ISO9660 filesystem to use ARC file architecture.
Hervé Poussineau [Sat, 8 Aug 2009 17:13:14 +0000 (17:13 +0000)]
Rework ISO9660 filesystem to use ARC file architecture.
ISO filesystem doesn't depend anymore of boot volume/system volume

svn path=/trunk/; revision=42528

14 years agoRead freeldr.ini file using ARC file infrastructure
Hervé Poussineau [Sat, 8 Aug 2009 17:08:51 +0000 (17:08 +0000)]
Read freeldr.ini file using ARC file infrastructure

svn path=/trunk/; revision=42527

14 years agoImprove ARC file infrastructure, by adding a compatibility layer from old to new...
Hervé Poussineau [Sat, 8 Aug 2009 17:04:53 +0000 (17:04 +0000)]
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

14 years ago- Fix compilation of csrsrv:
Stefan Ginsberg [Sat, 8 Aug 2009 16:50:27 +0000 (16:50 +0000)]
- 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

14 years agoRemove temporary debug code, crash was fixed by r42506 and r42517
Gregor Schneider [Sat, 8 Aug 2009 16:24:22 +0000 (16:24 +0000)]
Remove temporary debug code, crash was fixed by r42506 and r42517

svn path=/trunk/; revision=42523

14 years agosync msacm with wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 16:14:46 +0000 (16:14 +0000)]
sync msacm with wine 1.1.27

svn path=/trunk/; revision=42522

14 years agoOnly set text resource in DefWndProcA on WM_NCCREATE if passed and exists
Gregor Schneider [Sat, 8 Aug 2009 16:14:43 +0000 (16:14 +0000)]
Only set text resource in DefWndProcA on WM_NCCREATE if passed and exists
See issue #4766 for more details.

svn path=/trunk/; revision=42521

14 years agoDon't access the device mode if it is not passed (user32 monitor crash)
Gregor Schneider [Sat, 8 Aug 2009 16:01:24 +0000 (16:01 +0000)]
Don't access the device mode if it is not passed (user32 monitor crash)

svn path=/trunk/; revision=42520

14 years agoRevert r42518: no user mode types in DDK
Gregor Schneider [Sat, 8 Aug 2009 15:10:01 +0000 (15:10 +0000)]
Revert r42518: no user mode types in DDK

svn path=/trunk/; revision=42519

14 years agoULONG->DWORD as seen on MSDN for (U)LARGE_INTEGER
Gregor Schneider [Sat, 8 Aug 2009 15:01:38 +0000 (15:01 +0000)]
ULONG->DWORD as seen on MSDN for (U)LARGE_INTEGER

svn path=/trunk/; revision=42518

14 years ago-Use correct conversion factors in FileTimeToUnixTime (increased by factor 1000)
Gregor Schneider [Sat, 8 Aug 2009 14:55:25 +0000 (14:55 +0000)]
-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

14 years ago- Silence a soundblaster warning on release build
Stefan Ginsberg [Sat, 8 Aug 2009 14:41:50 +0000 (14:41 +0000)]
- Silence a soundblaster warning on release build

svn path=/trunk/; revision=42516

14 years ago- Undefine __ROS_LONG64__ for ReactOS' extensions to kernel32 and setupapi Winetests...
Stefan Ginsberg [Sat, 8 Aug 2009 13:34:12 +0000 (13:34 +0000)]
- Undefine __ROS_LONG64__ for ReactOS' extensions to kernel32 and setupapi Winetests -- fixes even more warnings

svn path=/trunk/; revision=42514

14 years ago- Correct the RegionSize member of MEMORY_BASIC_INFORMATION -- it is pointer sized.
Stefan Ginsberg [Sat, 8 Aug 2009 13:32:15 +0000 (13:32 +0000)]
- 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

14 years agosync msi winetest with wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 12:48:20 +0000 (12:48 +0000)]
sync msi winetest with wine 1.1.27

svn path=/trunk/; revision=42511

14 years agosync widl to wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 12:40:21 +0000 (12:40 +0000)]
sync widl to wine 1.1.27

svn path=/trunk/; revision=42510

14 years agoalways build 32 bit typelibs
Christoph von Wittich [Sat, 8 Aug 2009 12:37:01 +0000 (12:37 +0000)]
always build 32 bit typelibs

svn path=/trunk/; revision=42509

14 years agosync msi with wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 11:55:51 +0000 (11:55 +0000)]
sync msi with wine 1.1.27

svn path=/trunk/; revision=42507

14 years ago-time() returns a valid value even if no pointer is passed
Gregor Schneider [Sat, 8 Aug 2009 11:40:48 +0000 (11:40 +0000)]
-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

14 years agofix rc files
Christoph von Wittich [Sat, 8 Aug 2009 10:48:08 +0000 (10:48 +0000)]
fix rc files

svn path=/trunk/; revision=42505

14 years agopartial revert of r41765
Christoph von Wittich [Sat, 8 Aug 2009 10:22:51 +0000 (10:22 +0000)]
partial revert of r41765

svn path=/trunk/; revision=42504

14 years agopartial revert of r41770
Christoph von Wittich [Sat, 8 Aug 2009 10:18:41 +0000 (10:18 +0000)]
partial revert of r41770

svn path=/trunk/; revision=42503

14 years agopartial revert of r41768
Christoph von Wittich [Sat, 8 Aug 2009 10:14:13 +0000 (10:14 +0000)]
partial revert of r41768

svn path=/trunk/; revision=42502

14 years agopartial revert of r41766
Christoph von Wittich [Sat, 8 Aug 2009 10:09:14 +0000 (10:09 +0000)]
partial revert of r41766

svn path=/trunk/; revision=42501

14 years agoInclude header where needed
Pierre Schweitzer [Sat, 8 Aug 2009 09:49:27 +0000 (09:49 +0000)]
Include header where needed

svn path=/trunk/; revision=42499

14 years ago-sync wrc to wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 09:09:37 +0000 (09:09 +0000)]
-sync wrc to wine 1.1.27
-apply a patch from Marcus Meissner to fix reading from stdin (broken in current wine)

svn path=/trunk/; revision=42498

14 years agosync jscript_winetest with wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 07:34:31 +0000 (07:34 +0000)]
sync jscript_winetest with wine 1.1.27

svn path=/trunk/; revision=42497

14 years agosync jscript with wine 1.1.27
Christoph von Wittich [Sat, 8 Aug 2009 07:34:09 +0000 (07:34 +0000)]
sync jscript with wine 1.1.27

svn path=/trunk/; revision=42496

14 years ago[lsasrv] Do not launch a thread to listen for incoming calls, but do it directly
Hervé Poussineau [Sat, 8 Aug 2009 07:27:37 +0000 (07:27 +0000)]
[lsasrv] Do not launch a thread to listen for incoming calls, but do it directly
Better LsarClose stub, which tries to do the right thing
Fix a few prototypes
See issue #4689 for more details.

svn path=/trunk/; revision=42495

14 years agodelete obsolete diff
Christoph von Wittich [Sat, 8 Aug 2009 07:20:55 +0000 (07:20 +0000)]
delete obsolete diff

svn path=/trunk/; revision=42494

14 years agoallow warnings for idl
Christoph von Wittich [Sat, 8 Aug 2009 07:06:52 +0000 (07:06 +0000)]
allow warnings for idl

svn path=/trunk/; revision=42493

14 years agotry to re enable rpc4rt winetest
Christoph von Wittich [Sat, 8 Aug 2009 06:47:51 +0000 (06:47 +0000)]
try to re enable rpc4rt winetest

svn path=/trunk/; revision=42492

14 years ago - Stop trying to find more adapters if it failed to avoid spamming the debug log
Cameron Gutman [Sat, 8 Aug 2009 03:18:41 +0000 (03:18 +0000)]
 - Stop trying to find more adapters if it failed to avoid spamming the debug log
 - Should fix buildbot test 2nd stage

svn path=/trunk/; revision=42491

14 years agoNtUserGetIconInfo: Move lockingunlocking out of SEH, as this is a bad idea. Get rid...
Timo Kreuzer [Sat, 8 Aug 2009 02:47:32 +0000 (02:47 +0000)]
NtUserGetIconInfo: Move lockingunlocking out of SEH, as this is a bad idea. Get rid of RETURN(). Add a comment.

svn path=/trunk/; revision=42490

14 years ago[win32k]
Timo Kreuzer [Sat, 8 Aug 2009 02:42:41 +0000 (02:42 +0000)]
[win32k]
- Use DIB_GetDIBWidthBytes and BitsPerFormat instead of switch
- Add SPS_CHANGE flag when calling IntEngSetPointerShape
- Fixes VMWare Driver mouse pointer regression

svn path=/trunk/; revision=42489

14 years agoComment out rpcrt4 winetest, as it breaks testcd.
Timo Kreuzer [Sat, 8 Aug 2009 01:35:06 +0000 (01:35 +0000)]
Comment out rpcrt4 winetest, as it breaks testcd.

svn path=/trunk/; revision=42488

14 years agoUpdate the fill brush, in NtGdiFillPath.
Timo Kreuzer [Sat, 8 Aug 2009 00:50:42 +0000 (00:50 +0000)]
Update the fill brush, in NtGdiFillPath.

svn path=/trunk/; revision=42487

14 years ago- Don't use dllexport for dxapi -- we have a .spec
Stefan Ginsberg [Fri, 7 Aug 2009 21:53:26 +0000 (21:53 +0000)]
- Don't use dllexport for dxapi -- we have a .spec

svn path=/trunk/; revision=42486

14 years ago- Use APIENTRY compatible -- wdmaud now builds
Stefan Ginsberg [Fri, 7 Aug 2009 21:27:45 +0000 (21:27 +0000)]
- Use APIENTRY compatible -- wdmaud now builds

svn path=/trunk/; revision=42485

14 years ago- Don't assume _MSC_VER means PSDK in regedit -- add a note so this isn't forgotten.
Stefan Ginsberg [Fri, 7 Aug 2009 21:15:17 +0000 (21:15 +0000)]
- Don't assume _MSC_VER means PSDK in regedit -- add a note so this isn't forgotten.

svn path=/trunk/; revision=42484

14 years ago- Make rapps MSVC-friendly
Stefan Ginsberg [Fri, 7 Aug 2009 21:10:16 +0000 (21:10 +0000)]
- Make rapps MSVC-friendly

svn path=/trunk/; revision=42483

14 years agosync rpcrt4 winetest with wine 1.1.26
Christoph von Wittich [Fri, 7 Aug 2009 21:02:55 +0000 (21:02 +0000)]
sync rpcrt4 winetest with wine 1.1.26

svn path=/trunk/; revision=42482