Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
077e9d89
Commit
077e9d89
authored
Mar 04, 2008
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Mar 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Remove Byte since it's not a valid datatype.
parent
8ac57e94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
node.c
dlls/msxml3/node.c
+0
-2
No files found.
dlls/msxml3/node.c
View file @
077e9d89
...
...
@@ -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
||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment