Discussion:
[Expat-bugs] [ expat-Bugs-3522658 ] GetAttributeInfo missing from def file
SourceForge.net
2012-05-06 00:10:47 UTC
Permalink
Bugs item #3522658, was opened at 2012-04-30 16:11
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3522658&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build control
Group: None
Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ralph Little (skelband)
Assigned to: Karl Waclawek (kwaclaw)
Summary: GetAttributeInfo missing from def file

Initial Comment:
The new GetAttributeInfo() function is missing from the libexpat.def file for inclusion as an export in the generated libexpat.dll
Please add the following to the end of the file lib/libexpat.def:

; added with version 2.1.0
XML_GetAttributeInfo

Thanks!

----------------------------------------------------------------------
Comment By: Karl Waclawek (kwaclaw)
Date: 2012-05-05 17:10

Message:
Yes, that is an omission. However, I can only add it as commented out, as
this would break the default build which excludes this function. I also
forgot to add XML_SetHashSalt. These issues are fixed in libexpat(w).dev
rev. 1.10.

----------------------------------------------------------------------

Comment By: Ralph Little (skelband)
Date: 2012-04-30 16:14

Message:
Better yet, I missed the ordinal:

; added with version 2.1.0
XML_GetAttributeInfo @66


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=3522658&group_id=10127
Loading...