Commit graph

18258 commits

Author SHA1 Message Date
Christoph von Wittich d5691f048e added stubs for Wow64DisableWow64FsRedirection, Wow64RevertWow64FsRedirection
svn path=/trunk/; revision=19404
2005-11-21 10:26:27 +00:00
Christoph von Wittich c7aae26f12 import avifil32 from WINE 0.9.1
svn path=/trunk/; revision=19403
2005-11-21 09:51:12 +00:00
Magnus Olsen 237518aa3e prepareing for waveopendevice code adding waveThread as stub
svn path=/trunk/; revision=19400
2005-11-21 01:16:29 +00:00
Magnus Olsen f0327a5b69 remove stub for CallbackWaveDevice, Left todo WODM_OPEN, WODM_WRITE, WODM_GETPOS, WODM_SETVOLUME, WODM_GETVOLUME some code exists but not checked if it is complete or it contain some stub
svn path=/trunk/; revision=19399
2005-11-21 00:56:13 +00:00
Magnus Olsen ec258db7d4 remove the stub of ThreadCallWaveDevice and implement it there it need it.
svn path=/trunk/; revision=19398
2005-11-21 00:16:30 +00:00
Magnus Olsen fa1eae0697 correct some bugs
svn path=/trunk/; revision=19397
2005-11-20 23:25:16 +00:00
Magnus Olsen 529a616638 implement more case to widMessage
svn path=/trunk/; revision=19396
2005-11-20 22:30:01 +00:00
Magnus Olsen b6e3594ee9 implement AUXDM_SETVOLUME now the auxMessage are complete
svn path=/trunk/; revision=19395
2005-11-20 21:59:21 +00:00
Magnus Olsen 55050b7b0d Implement AUXDM_GETVOLUME
svn path=/trunk/; revision=19394
2005-11-20 21:42:23 +00:00
Thomas Bluemel ff5070b1f7 added stub for SetupDiGetClassImageIndex
svn path=/trunk/; revision=19393
2005-11-20 21:29:42 +00:00
Gé van Geldorp 80b04bfdd6 New netapi32 vendor import
svn path=/trunk/; revision=19391
2005-11-20 21:19:17 +00:00
Gé van Geldorp 9cd483ca8e Remove old netapi32 in preparation for a new vendor import
svn path=/trunk/; revision=19390
2005-11-20 21:13:09 +00:00
Magnus Olsen 2898175429 Remove hardcode of Find one device of midiout and wavout now scan for WaveOutXX, WaveInXX, MidiInXX, MidiOutXX, AuxXX.
svn path=/trunk/; revision=19389
2005-11-20 21:12:43 +00:00
Alex Ionescu 81932981fe Fix really stupid typo (thanks Hartmut)
svn path=/trunk/; revision=19388
2005-11-20 20:48:38 +00:00
Hartmut Birr 7619aa3f45 Waiting for a fast mutex should be done in kernel mode.
svn path=/trunk/; revision=19387
2005-11-20 20:45:35 +00:00
Hervé Poussineau 2b72127451 - Fix some error codes
- Add stubs for SetupDiGetClassImageList, SetupDiGetClassImageListExA/W, SetupDiDestroyClassImageList

svn path=/trunk/; revision=19386
2005-11-20 20:19:05 +00:00
Eric Kohl 840ca0f27e - Prepare to delete marked services upon startup.
- ControlService: Implement unloading of drivers.

svn path=/trunk/; revision=19385
2005-11-20 20:18:00 +00:00
Magnus Olsen 5488776a17 implement GetDeviceCapabilities and GetDeviceCount for midMessage
svn path=/trunk/; revision=19383
2005-11-20 19:28:28 +00:00
Thomas Bluemel 096266737b disable defining ntstatus codes in windows.h/winnt.h when using ndk
svn path=/trunk/; revision=19382
2005-11-20 18:54:55 +00:00
Magnus Olsen bf60481a6b auxMessage
implement 
GetDeviceCapabilities
GetDeviceCount

modMessage
implement 
GetDeviceCapabilities

svn path=/trunk/; revision=19381
2005-11-20 17:52:53 +00:00
Gé van Geldorp 118663036e Implement hardware breakpoints and watchpoints
svn path=/trunk/; revision=19380
2005-11-20 17:51:09 +00:00
Gé van Geldorp 9721d43340 Update status
svn path=/trunk/; revision=19379
2005-11-20 17:48:30 +00:00
Alex Ionescu 3fddfc3d33 Beware of the alt+fs slippery finger
svn path=/trunk/; revision=19376
2005-11-20 17:42:44 +00:00
Alex Ionescu ada897443b - Update NDK with proper (when possible) RTL structure names that were previously "under review".
- Update relevant source files to new names.

svn path=/trunk/; revision=19375
2005-11-20 17:16:11 +00:00
Sebastian Gasiorek 9acc2d9d19 polish resource
svn path=/trunk/; revision=19374
2005-11-20 15:50:47 +00:00
Gé van Geldorp 4a815b7e4d Revert to Wine code to facilitate future syncs. Thanks to Thomas for making
this possible.

svn path=/trunk/; revision=19373
2005-11-20 15:43:38 +00:00
Alex Ionescu 918739b554 - Remove RosSymInfo hack from LDR_DATA_TABLE_ENTRY and use PatchInformation instead. It's still an abuse but at least we're not defining a new structure/
svn path=/trunk/; revision=19372
2005-11-20 15:27:07 +00:00
Alex Ionescu f4159d0350 - Add msvc compatible version of ProveForRead(U)LargeInteger
svn path=/trunk/; revision=19371
2005-11-20 15:09:59 +00:00
Gé van Geldorp 27acbaabe3 Sync from Wine-20050830 to Wine-0_9_1:
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
- Fix .spec declarations for functinos with 64bit arguments (reported by
  winapi_check).
Mike Hearn <mh@codeweavers.com>
- Robert Shearman <rob@codeweavers.com>
  Change stub manager to track the number of normal marshals instead of
  using the state machine so that multiple marshals of the same object
  and interface work correctly.
Robert Shearman <rob@codeweavers.com>
- Pass WM_QUIT to outer modal loop.
- Fix the return codes during unmarshaling so that it returns failure
  codes instead of S_FALSE returned from IStream_Read.
- Don't fail in CoRegisterClassObject if the class already exists and
  the REGCLS_MULTIPLEUSE flag is specified.
- Fix ref-counting rules to match native DCOM Dlls.
- Add exception handling for stubs.
- Implement OleRegEnumVerbs.
- The [string] attribute is only valid on byte, char and wchar_t types,
  so replace "unsigned short" by "WCHAR".
- Implement OleIsRunning.
- Add a stubbed out implementation of IAdviseSink and advise the
  delegate object to use it.
- Initialize out pointer to NULL before access check in
  IStorage_CreateStorage.
- WriteClassStg should return E_INVALIDARG if pstg is NULL instead of
  asserting.
- ReadClassStg should return E_INVALIDARG if pstg is NULL instead of
  crashing and a NULL pclsid should cause it to return the same
  value.
- Make the interfaces that should be supported by the data cache
  explicit so their is no confusion in this file as to what it should
  be implementing and what this object should implement.
- Delegate some IOleObject methods to the server IOleObject if it is
  running.
- Implement some IRunningObject functions that actually start the server
  and initialize it.
- Remove redunant braces.
- Compact multi-line comments that fit into one line.
- Remove comments that state the obvious.
- Remove extra brackets that are redundant because the -> operator
  binds tighter than &.
- Change "this" to "This" to make code more like other interface
  implementations.
- Remove redundant comparisons with NULL for pointers.
- Re-arrange some functions and vtables so we don't have declarations
  for all of the functions in the file.
- Fix a trace to refer to the object ID rather than the legacy MID.
- Fix the error case of CoMarshalInterThreadInterface to release the
  stream.
- Move all 16-bit functions to an appropriate 16-bit file.
- Implement OLE object notifications, making sure to cope with the case
  of the advise holder not being created because no notifications are
  needed.
- Implement a Stop function and use this to properly implement
  IOleObject_Close, IAdviseSink_OnClose and the destructor.
- We shouldn't pass the application name into CreateProcess because the
  value stored in the registry could include arguments.
- Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT.
- Fix up the callers and reorganize CoGetClassObject to split out the
  inproc code into another function.
Alex Villacís Lasso <a_villacis@palosanto.com>
- Add NULL check for sinkInterface in DataCache_GetAdvise.
- Add missing ! to fix a reversed condition check in
  OleCreateDefaultHandler, in order to match intent in comment.
Vincent Béron <vberon@mecano.gme.usherb.ca>
- Use the proper calling convention for 2 16-bit functions.
Alexandre Julliard <julliard@winehq.org>
- We are no longer generating .spec.c files.
- Use a more portable scheme for storing the name of a critical
  section.
- Fixed some traces to use the right printf format and avoid typecasts.
- Removed unused debug channels.
- We are no longer generating .dbg.c files.
Richard Cohen <richard@daijobu.co.uk>
- Relax the share mode validation for transacted storage, with a test.
Eric Pouech <eric.pouech@wanadoo.fr>
- Fixes for function prototypes without arguments.
Michael Jung <mjung@iss.tu-darmstadt.de>
- Added tracing to CoCreateInstance.
Markus Amsler <markus.amsler@oribi.org>
- Improve c2man Documented-Total count.

svn path=/trunk/; revision=19370
2005-11-20 15:01:10 +00:00
Sebastian Gasiorek 20b7b755de little fix for one polish char
svn path=/trunk/; revision=19369
2005-11-20 14:56:24 +00:00
Gé van Geldorp c969388396 Sync to Wine-0_9_1:
Markus Amsler <markus.amsler@oribi.org>
Improve c2man Documented-Total count. Changes:
- add missing returns section

svn path=/trunk/; revision=19368
2005-11-20 14:54:49 +00:00
Gé van Geldorp 300a536ca9 Sync to Wine-0_9_1:
Jacek Caban <jack@itma.pwr.wroc.pl>
- Added IInternetPriority implementation to FileProtocol.
- Report BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
- Added implementation of IInternetPriority in HttpProtocol.

svn path=/trunk/; revision=19367
2005-11-20 14:51:28 +00:00
Sebastian Gasiorek 586b737ba2 added Polish resource
svn path=/trunk/; revision=19366
2005-11-20 14:48:19 +00:00
Martin Fuchs a8f51c60cb make compatible again to Windows 2000
svn path=/trunk/; revision=19365
2005-11-20 14:31:55 +00:00
Gé van Geldorp 267f5afc37 Sync to Wine-0_9_1:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- Semi-stub implementation for SHRegGetValue(A|W).

svn path=/trunk/; revision=19364
2005-11-20 14:30:08 +00:00
Gé van Geldorp 5d29a2df63 Sync to Wine-0_9_1:
Michael Jung <mjung@iss.tu-darmstadt.de>
- Support for shell instance objects.
  Removed a wine_todo for a no longer failing test.
  Added a test for IPersistFolder3::GetCurFolder.
- Added initial tests for shdocvw's FolderShortcut related
  functionality.
- Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.

svn path=/trunk/; revision=19363
2005-11-20 14:26:47 +00:00
Casper Hornstrup f244ed68b8 Move CreateFile test
svn path=/trunk/; revision=19362
2005-11-20 13:45:15 +00:00
Casper Hornstrup 031ac865db Remove support for performance tests since that never worked
svn path=/trunk/; revision=19361
2005-11-20 13:34:15 +00:00
Casper Hornstrup f1bef0d01a Add missing stubs
svn path=/trunk/; revision=19360
2005-11-20 13:17:05 +00:00
Casper Hornstrup 9fc1f92d21 Handle indirect calls to functions in external modules
svn path=/trunk/; revision=19359
2005-11-20 13:12:33 +00:00
Martin Fuchs 3385bb9ee8 corect scroll icon hotspot for big icon mode
svn path=/trunk/; revision=19358
2005-11-20 09:09:19 +00:00
Alex Ionescu 474b9e8155 It is generally considered a good idea to release a fast mutex in the same order that you acquired it, since acquiring at passive->apc and apc->apc does not bode well when you release to apc->passive. passive->apc. This fixes the npfs bug on vmware, lowering the total npfs bug count to a mere 42.
svn path=/trunk/; revision=19357
2005-11-20 08:46:09 +00:00
Gé van Geldorp 4c62f96aad Vitaliy Margolen <wine-patch@kievinfo.com>
- Michael Jung <mjung@iss.tu-darmstadt.de>
  Set all capability flags supported by the shellfolder, disregarding
  the flag mask given to GetAttributesOf.
  Unit tests to demonstrate this behaviour.
Michael Jung <mjung@iss.tu-darmstadt.de>
- Added some comments to document unixfs.
- Fixed crash in unixfs shellfolder handling with winamp.
- Implemented UnixFolder's IPersistPropertyBag::Load method.
- Initialize COM prior to displaying the SHBrowseForFolder dialog.
- More robust code for querying ShellFolder attributes (some
  ShellFolders ignore the flag mask in GetAttributesOf).
- Remove iconcache pre-initialization hack, it's not necessary any
  more.
- Move target folder initialization to a dedicated function.
- Use this function in BindToObject (should be faster).
- Special handling for FolderShortcut objects in Initialize method.
- Removed a todo_wine from a no longer failing unit test.
- Replaced tabs with spaces.
Robert Shearman <rob@codeweavers.com>
- Convert SHELL32_BindToChild to Unicode and fix up the callers.
Vincent Bén <vberon@mecano.gme.usherb.ca>
- Unicodify systray.c.
- Move functions a bit to get rid of a static declaration.
Dmitry Timoshkov <dmitry@codeweavers.com>
- Correctly handle flags parameter in SHAddToRecentDocs.
Martin Fuchs <martin-fuchs@gmx.net>
- Correct WINAPI position for MSVC portability.
Mike McCormack <mike@codeweavers.com>
- Partially implement and test the shelllink object's
  IShellLinkDataList::CopyDataBlock and GetFlags methods.
- Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.
- Pass the correct verb.
  Add a space between extra parameters.
  Wait for ShellExecute to complete.
- Handle MSI advertised shortcuts in the shelllink object.
- Implement IContextMenu::QueryContextMenu and
  IContextMenu::InvokeCommand.
- Add the IObjectWithSite interface.
- Invoke shortcuts through IContextMenu, rather than trying to access
  them directly.
- Fix a problem spotted by Dmitry and another one stopping correctly
  formatted lnk files from being generated.

svn path=/trunk/; revision=19356
2005-11-20 08:41:46 +00:00
Alex Ionescu e65d49b000 Make the address space mutex unsafe, because sometimes it is acquired at > APC_LEVEL. This makes bugchecks...'work'...again (how ironic).
svn path=/trunk/; revision=19355
2005-11-20 03:16:26 +00:00
Alex Ionescu 216543bf9a Fix hal build
svn path=/trunk/; revision=19354
2005-11-19 23:07:32 +00:00
Alex Ionescu 217fc0b603 - Deprecated
svn path=/trunk/; revision=19353
2005-11-19 22:32:09 +00:00
Alex Ionescu b8f8ea844f - Reimplement Fast Mutex implementation in HAL/NT to be compatible with the real implementation. (Fast Mutex needs to raise IRQL).
- Implement ExEnterCriticalRegionAndAcquireFastMutexUnsafe and ExReleaseFastMutexUnsafeAndLeaveCriticalRegion.
- Make win32k use those two new functions so that it can continue running at PASSIVE_LEVEL.
- Remove CcBrokenMutex and use the new APIs instead.
- Implement and export ntoskrnl version of Fast Mutex
- Update headers for new fast-mutex definition and API exports.
- Fix RemoveEntryList in NDK.
- Add exfuncs.h to NDK.
- Fix path in mmtypes.h in NDK to be compatible to how it shoudl be included.

svn path=/trunk/; revision=19352
2005-11-19 22:13:35 +00:00
Casper Hornstrup e89ef63b04 Create parent directory before creating the definition file
svn path=/trunk/; revision=19351
2005-11-19 21:07:25 +00:00
Thomas Bluemel 60ed715e3e Add dhcpcapi.dll to the bootcd. Fixes bug 1037
svn path=/trunk/; revision=19350
2005-11-19 19:20:51 +00:00
Aleksey Bragin e9bd48433d According to MSDN: "PnP Manager queries a device's BusRelations (child devices) when the device is enumerated".
This change implements this behaviour in reactos (thanks Filip Navara for providing this good idea). Before, querying BusRelations was done only for ACPI/BUS_EXTENDER DeviceType.

svn path=/trunk/; revision=19349
2005-11-19 19:10:13 +00:00