Module: wine Branch: master Commit: bc56bbfbb43d23780553b8a72262d62b81b2e97b URL: http://source.winehq.org/git/wine.git/?a=commit;h=bc56bbfbb43d23780553b8a722...
Author: Adam Martinson amartinson@codeweavers.com Date: Mon Nov 15 18:15:04 2010 -0600
msxml3: Fix a datatypes.xsd oops.
---
dlls/msxml3/datatypes.xsd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/datatypes.xsd b/dlls/msxml3/datatypes.xsd index 493c0d0..9e0479d 100644 --- a/dlls/msxml3/datatypes.xsd +++ b/dlls/msxml3/datatypes.xsd @@ -37,7 +37,7 @@ <xsd:restriction base="xsd:base64Binary"/> </xsd:simpleType>
- <!-- <xsd:element name="bin.base64" type="dt:bin.base64"/> --> + <xsd:element name="bin.base64" type="dt:bin.base64"/>
<xsd:simpleType name="bin.hex"> xsd:annotation