- 24 May, 2007 12 commits
-
-
Dmitry Timoshkov authored
-
Louis Lenders authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
winedump: '$' isn't a valid character in an identifier regardless that gcc accepts it without warning.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
hlink: Improve the saving of hlinks by documenting the unknown header values and saving out more data. Add tests for saving hlinks with different properties.
-
Rob Shearman authored
-
Rob Shearman authored
including nul-terminating character (4-bytes), followed by the URL string including nul-terminating character.
-
Rob Shearman authored
The data in This->URLName should be written out, not the pointer followed by garbage.
-
Rob Shearman authored
-
Hwang YunSong(황윤성) authored
-
- 23 May, 2007 22 commits
-
-
Robert Reif authored
-
Maarten Lankhorst authored
Convert unc\server\share to \\server\share and be more tolerant to null pointers if only length is requested.
-
Francois Gouget authored
-
Thomas Spear authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one.
-
Dmitry Timoshkov authored
-
Mounir IDRASSI authored
-
Marcus Meissner authored
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
Rob Shearman authored
ole32: Remove spurious AddRef of returned object on retrieval of an interface from the global interface table.
-
Rob Shearman authored
ole32: Allow the getting of different interfaces from the global interface table than that with what the object was registered with.
-
Rob Shearman authored
-
Rob Shearman authored
Fix a race between RevokeInterfaceFromGlobal and GetInterfaceFromGlobal by only using the entry inside the critical section. Fix a race between two GetInterfaceFromGlobal by cloning the stream, instead of using it and setting the current position back to zero.
-
Rob Shearman authored
-
Misha Koshelev authored
-
- 22 May, 2007 6 commits
-
-
Michael Stefaniuc authored
-
Kolbjoern Fredheim authored
-
Rob Shearman authored
Remove an incorrect comment.
-
Rob Shearman authored
ole32: The identity functions can be used from apartments other than the one the proxy was unmarshaled into. In this case, don't use the cached This->remunk and don't cache the unmarshaled object in This->remunk.
-
Rob Shearman authored
Fix up the callers to release the returned IRemUnknown object.
-
Rob Shearman authored
Add tests for this behaviour.
-