Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
05509812
Commit
05509812
authored
Mar 07, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xslt: Revert some calling convention changes.
We require -mabi=ms now. Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5eb5d817
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
xsltutils.c
libs/xslt/libxslt/xsltutils.c
+3
-3
xsltutils.h
libs/xslt/libxslt/xsltutils.h
+1
-1
No files found.
libs/xslt/libxslt/xsltutils.c
View file @
05509812
...
...
@@ -511,7 +511,7 @@ xsltMessage(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst) {
*
* Default handler for out of context error messages.
*/
static
void
WINAPIV
LIBXSLT_ATTR_FORMAT
(
2
,
3
)
static
void
LIBXSLT_ATTR_FORMAT
(
2
,
3
)
xsltGenericErrorDefaultFunc
(
void
*
ctx
ATTRIBUTE_UNUSED
,
const
char
*
msg
,
...)
{
va_list
args
;
...
...
@@ -557,7 +557,7 @@ xsltSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) {
*
* Default handler for out of context error messages.
*/
static
void
WINAPIV
LIBXSLT_ATTR_FORMAT
(
2
,
3
)
static
void
LIBXSLT_ATTR_FORMAT
(
2
,
3
)
xsltGenericDebugDefaultFunc
(
void
*
ctx
ATTRIBUTE_UNUSED
,
const
char
*
msg
,
...)
{
va_list
args
;
...
...
@@ -698,7 +698,7 @@ xsltSetTransformErrorFunc(xsltTransformContextPtr ctxt,
* Display and format an error messages, gives file, line, position and
* extra parameters, will use the specific transformation context if available
*/
void
WINAPIV
void
xsltTransformError
(
xsltTransformContextPtr
ctxt
,
xsltStylesheetPtr
style
,
xmlNodePtr
node
,
...
...
libs/xslt/libxslt/xsltutils.h
View file @
05509812
...
...
@@ -160,7 +160,7 @@ XSLTPUBFUN void XSLTCALL
xsltSetTransformErrorFunc
(
xsltTransformContextPtr
ctxt
,
void
*
ctx
,
xmlGenericErrorFunc
handler
);
XSLTPUBFUN
void
WINAPIV
XSLTPUBFUN
void
XSLTCALL
xsltTransformError
(
xsltTransformContextPtr
ctxt
,
xsltStylesheetPtr
style
,
xmlNodePtr
node
,
...
...
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