Commit b75e3890 authored by Alexandre Julliard's avatar Alexandre Julliard

faudio: Revert some calling convention changes.

We require -mabi=ms now. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent a4ba88c0
...@@ -27,7 +27,7 @@ ...@@ -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]; ...@@ -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( ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment