type identifier changed for GCC
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@22 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -303,7 +303,7 @@ ixmlNode_setNodeValue(IXML_Node *nodeptr,
|
||||
* {\bf Node}.
|
||||
*/
|
||||
|
||||
EXPORT_SPEC const unsigned short
|
||||
EXPORT_SPEC unsigned short
|
||||
ixmlNode_getNodeType(IXML_Node *nodeptr
|
||||
/** The {\bf Node} from which to retrieve the type. */
|
||||
);
|
||||
|
||||
@@ -359,7 +359,7 @@ ixmlNode_setNodeValue( IN IXML_Node * nodeptr,
|
||||
* External function.
|
||||
*
|
||||
*=================================================================*/
|
||||
const unsigned short
|
||||
unsigned short
|
||||
ixmlNode_getNodeType( IN IXML_Node * nodeptr )
|
||||
{
|
||||
if( nodeptr != NULL ) {
|
||||
|
||||
Reference in New Issue
Block a user