Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5eb5d817
Commit
5eb5d817
authored
Mar 07, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xml2: Revert some calling convention changes.
We require -mabi=ms now. Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
91d13963
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
HTMLparser.c
libs/xml2/HTMLparser.c
+2
-2
globals.c
libs/xml2/globals.c
+1
-1
xmlerror.h
libs/xml2/include/libxml/xmlerror.h
+1
-1
xmlexports.h
libs/xml2/include/libxml/xmlexports.h
+1
-1
xmlstring.h
libs/xml2/include/libxml/xmlstring.h
+1
-1
libxml.h
libs/xml2/libxml.h
+1
-1
No files found.
libs/xml2/HTMLparser.c
View file @
5eb5d817
...
...
@@ -1416,7 +1416,7 @@ void
htmlInitAutoClose
(
void
)
{
}
static
int
__cdecl
static
int
htmlCompareTags
(
const
void
*
key
,
const
void
*
member
)
{
const
xmlChar
*
tag
=
(
const
xmlChar
*
)
key
;
const
htmlElemDesc
*
desc
=
(
const
htmlElemDesc
*
)
member
;
...
...
@@ -1460,7 +1460,7 @@ htmlGetEndPriority (const xmlChar *name) {
}
static
int
__cdecl
static
int
htmlCompareStartClose
(
const
void
*
vkey
,
const
void
*
member
)
{
const
htmlStartCloseEntry
*
key
=
(
const
htmlStartCloseEntry
*
)
vkey
;
const
htmlStartCloseEntry
*
entry
=
(
const
htmlStartCloseEntry
*
)
member
;
...
...
libs/xml2/globals.c
View file @
5eb5d817
...
...
@@ -872,7 +872,7 @@ int xmlThrDefDoValidityCheckingDefaultValue(int v) {
}
#undef xmlGenericError
xmlGenericErrorFunc
*
XMLCALL
xmlGenericErrorFunc
*
__xmlGenericError
(
void
)
{
if
(
IS_MAIN_THREAD
)
return
(
&
xmlGenericError
);
...
...
libs/xml2/include/libxml/xmlerror.h
View file @
5eb5d817
...
...
@@ -914,7 +914,7 @@ XMLPUBFUN int XMLCALL
/*
* Internal callback reporting routine
*/
XMLPUBFUN
void
XMLC
DEC
L
XMLPUBFUN
void
XMLC
AL
L
__xmlRaiseError
(
xmlStructuredErrorFunc
schannel
,
xmlGenericErrorFunc
channel
,
void
*
data
,
...
...
libs/xml2/include/libxml/xmlexports.h
View file @
5eb5d817
...
...
@@ -26,7 +26,7 @@
#else
#define XMLCALL __cdecl
#endif
#define XMLCDECL
WINAPIV
#define XMLCDECL
__cdecl
/** DOC_ENABLE */
#else
/* not Windows */
...
...
libs/xml2/include/libxml/xmlstring.h
View file @
5eb5d817
...
...
@@ -94,7 +94,7 @@ XMLPUBFUN xmlChar * XMLCALL
xmlStrncatNew
(
const
xmlChar
*
str1
,
const
xmlChar
*
str2
,
int
len
);
XMLPUBFUN
int
XMLC
DEC
L
XMLPUBFUN
int
XMLC
AL
L
xmlStrPrintf
(
xmlChar
*
buf
,
int
len
,
const
char
*
msg
,
...
...
libs/xml2/libxml.h
View file @
5eb5d817
...
...
@@ -115,7 +115,7 @@ int __xmlRandom(void);
#endif
XMLPUBFUN
xmlChar
*
XMLCALL
xmlEscapeFormatString
(
xmlChar
**
msg
);
int
XMLCALL
xmlInputReadCallbackNop
(
void
*
context
,
char
*
buffer
,
int
len
);
int
xmlInputReadCallbackNop
(
void
*
context
,
char
*
buffer
,
int
len
);
#ifdef IN_LIBXML
#ifdef __GNUC__
...
...
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