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 @@
#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,
......
......@@ -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,
......
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