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
b75e3890
Commit
b75e3890
authored
Mar 07, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
faudio: Revert some calling convention changes.
We require -mabi=ms now. Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a4ba88c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FAudio_internal.c
libs/faudio/src/FAudio_internal.c
+1
-1
FAudio_internal.h
libs/faudio/src/FAudio_internal.h
+2
-2
No files found.
libs/faudio/src/FAudio_internal.c
View file @
b75e3890
...
...
@@ -27,7 +27,7 @@
#include "FAudio_internal.h"
#ifndef FAUDIO_DISABLE_DEBUGCONFIGURATION
void
WINAPIV
FAudio_INTERNAL_debug
(
void
FAudio_INTERNAL_debug
(
FAudio
*
audio
,
const
char
*
file
,
uint32_t
line
,
...
...
libs/faudio/src/FAudio_internal.h
View file @
b75e3890
...
...
@@ -569,7 +569,7 @@ extern const float FAUDIO_INTERNAL_MATRIX_DEFAULTS[8][8][64];
#if defined(_MSC_VER)
/* VC doesn't support __attribute__ at all, and there's no replacement for format. */
void
WINAPIV
FAudio_INTERNAL_debug
(
void
FAudio_INTERNAL_debug
(
FAudio
*
audio
,
const
char
*
file
,
uint32_t
line
,
...
...
@@ -581,7 +581,7 @@ void WINAPIV FAudio_INTERNAL_debug(
#define __func__ __FUNCTION__
#endif
#else
void
WINAPIV
FAudio_INTERNAL_debug
(
void
FAudio_INTERNAL_debug
(
FAudio
*
audio
,
const
char
*
file
,
uint32_t
line
,
...
...
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