- 02 Dec, 2008 28 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Andrew Talbot authored
-
Nikolay Sivov authored
-
Hans Leidekker authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Jacek Caban authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
Also avoids needlessly initializing static variables.
-
Hans Leidekker authored
Some apps depend on this quirk because they don't reset the index before subsequent calls to HttpQueryInfo.
-
Alexandre Julliard authored
-
- 01 Dec, 2008 12 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Kai Blin authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Michael Karcher authored
The upcoming new implementation of attach_xmldoc needs HeapAlloc. Prepare for the failure case.
-
Michael Karcher authored
This->node should never be zero. Each IXMLDOMNode (and derived interfaces) always represents a present libxml data object. There is no no-data IXMLDOMNode, although there might be documents without a root element.
-
Michael Karcher authored
attach_xmlnode is only used to attach XML document nodes, and a cast is needed on each call. Rename it to attach_xmldoc, change the parameter type to move the cast at one point into the function.
-
Michael Karcher authored
-