[ expat-Bugs-3522658 ] GetAttributeInfo missing from def file

SourceForge.net <[email protected]> Mon, 30 Apr 2012 16:14:03 -0700
Newsgroups gmane.text.xml.expat.bugs
Message-ID <[email protected]>
Bugs item #3522658, was opened at 2012-04-30 16:11
Message generated for change (Comment added) made by skelband
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: None
Priority: 5
Private: No
Submitted By: Ralph Little (skelband)
Assigned to: Greg Stein (gstein)
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: 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