[PATCH] Remove Byte since its not a valid datatype

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Mar 4 04:15:17 CST 2008


---
 dlls/msxml3/node.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 72eb9c3..0bff8e9 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -51,7 +51,6 @@ static const WCHAR szDate[]       = {'D','a','t','e',0};
 static const WCHAR szTime[]       = {'T','i','m','e',0};
 static const WCHAR szTimeTZ[]     = {'T','i','m','e','.','t','z',0};
 static const WCHAR szI1[]         = {'i','1',0};
-static const WCHAR szByte[]       = {'B','y','t','e',0};
 static const WCHAR szI2[]         = {'i','2',0};
 static const WCHAR szI4[]         = {'i','4',0};
 static const WCHAR szIU1[]        = {'u','i','1',0};
@@ -940,7 +939,6 @@ static HRESULT WINAPI xmlnode_put_dataType(
        lstrcmpiW(dataTypeName,szTime) == 0    ||
        lstrcmpiW(dataTypeName,szTimeTZ) == 0  ||
        lstrcmpiW(dataTypeName,szI1) == 0      ||
-       lstrcmpiW(dataTypeName,szByte) == 0    ||
        lstrcmpiW(dataTypeName,szI2) == 0      ||
        lstrcmpiW(dataTypeName,szIU1) == 0     ||
        lstrcmpiW(dataTypeName,szIU2) == 0     ||
-- 
1.5.4.1


--------------070801040605000706000703--




More information about the wine-patches mailing list