faudio: Revert some calling convention changes.
We require -mabi=ms now. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a4ba88c0ff
commit
b75e389046
|
@ -27,7 +27,7 @@
|
||||||
#include "FAudio_internal.h"
|
#include "FAudio_internal.h"
|
||||||
|
|
||||||
#ifndef FAUDIO_DISABLE_DEBUGCONFIGURATION
|
#ifndef FAUDIO_DISABLE_DEBUGCONFIGURATION
|
||||||
void WINAPIV FAudio_INTERNAL_debug(
|
void FAudio_INTERNAL_debug(
|
||||||
FAudio *audio,
|
FAudio *audio,
|
||||||
const char *file,
|
const char *file,
|
||||||
uint32_t line,
|
uint32_t line,
|
||||||
|
|
|
@ -569,7 +569,7 @@ extern const float FAUDIO_INTERNAL_MATRIX_DEFAULTS[8][8][64];
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
/* VC doesn't support __attribute__ at all, and there's no replacement for format. */
|
/* 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,
|
FAudio *audio,
|
||||||
const char *file,
|
const char *file,
|
||||||
uint32_t line,
|
uint32_t line,
|
||||||
|
@ -581,7 +581,7 @@ void WINAPIV FAudio_INTERNAL_debug(
|
||||||
#define __func__ __FUNCTION__
|
#define __func__ __FUNCTION__
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
void WINAPIV FAudio_INTERNAL_debug(
|
void FAudio_INTERNAL_debug(
|
||||||
FAudio *audio,
|
FAudio *audio,
|
||||||
const char *file,
|
const char *file,
|
||||||
uint32_t line,
|
uint32_t line,
|
||||||
|
|
Loading…
Reference in New Issue