Skip to content
Snippets Groups Projects
Commit 8eb1eb77 authored by Tinny Ng's avatar Tinny Ng
Browse files

xml4com.idl attempts to set the version of the type library to 1.5.2 when

only major.minor format is allowed.  Will cause build failure.
http://msdn.microsoft.com/library/en-us/midl/mi-laref_1df2.asp?frame=true.  Patch from Curt Arnold.


git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173158 13f79535-47bb-0310-9956-ffa450edef68
parent 4e28760d
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,11 @@ import "oaidl.idl";
[
uuid(C4775B62-ECD6-11d4-94B4-00A0CC57CBCB),
version(1.5.2),
//
// Format for version is major.minor
// no support for additional parts (like 1.5.2)
// Use 1.60 for subsequent release
version(1.52),
helpstring("Xerces XML Parser 1.5.2")
]
library Xerces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment