msxml3: Specialize attach_xmlnode to XML documents.
commit1c49bc83ae4630dba9b5a86c37042c34859160c4
authorMichael Karcher <wine@mkarcher.dialup.fu-berlin.de>
Sat, 29 Nov 2008 09:52:06 +0000 (29 10:52 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 Dec 2008 13:22:12 +0000 (1 14:22 +0100)
tree67044d3c23821fa67abd1a27da9dc664373aded1
parentb282572ee31eca8d076139bfda3f44a663f70de6
msxml3: Specialize attach_xmlnode to XML documents.

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.
dlls/msxml3/domdoc.c