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
e742eeb6
Commit
e742eeb6
authored
Nov 04, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xml2: Use WINAPIV calling convention for variadic functions.
parent
89cad8c4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
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
No files found.
libs/xml2/globals.c
View file @
e742eeb6
...
...
@@ -827,7 +827,7 @@ int xmlThrDefDoValidityCheckingDefaultValue(int v) {
}
#undef xmlGenericError
xmlGenericErrorFunc
*
xmlGenericErrorFunc
*
XMLCALL
__xmlGenericError
(
void
)
{
if
(
IS_MAIN_THREAD
)
return
(
&
xmlGenericError
);
...
...
libs/xml2/include/libxml/xmlerror.h
View file @
e742eeb6
...
...
@@ -916,7 +916,7 @@ XMLPUBFUN int XMLCALL
/*
* Internal callback reporting routine
*/
XMLPUBFUN
void
XMLC
AL
L
XMLPUBFUN
void
XMLC
DEC
L
__xmlRaiseError
(
xmlStructuredErrorFunc
schannel
,
xmlGenericErrorFunc
channel
,
void
*
data
,
...
...
libs/xml2/include/libxml/xmlexports.h
View file @
e742eeb6
...
...
@@ -26,7 +26,7 @@
#else
#define XMLCALL __cdecl
#endif
#define XMLCDECL
__cdecl
#define XMLCDECL
WINAPIV
/** DOC_ENABLE */
#else
/* not Windows */
...
...
libs/xml2/include/libxml/xmlstring.h
View file @
e742eeb6
...
...
@@ -94,7 +94,7 @@ XMLPUBFUN xmlChar * XMLCALL
xmlStrncatNew
(
const
xmlChar
*
str1
,
const
xmlChar
*
str2
,
int
len
);
XMLPUBFUN
int
XMLC
AL
L
XMLPUBFUN
int
XMLC
DEC
L
xmlStrPrintf
(
xmlChar
*
buf
,
int
len
,
const
char
*
msg
,
...
...
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