From f196bf0eb34f01b8db35336b82ac31fd5f531ec6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 15 Jun 2016 05:49:46 +0000 Subject: sndfile: fixed unicode support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6453 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decoder_sndfile.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/plugins/Input/sndfile/decoder_sndfile.h') diff --git a/src/plugins/Input/sndfile/decoder_sndfile.h b/src/plugins/Input/sndfile/decoder_sndfile.h index 41c1ace57..1d3811971 100644 --- a/src/plugins/Input/sndfile/decoder_sndfile.h +++ b/src/plugins/Input/sndfile/decoder_sndfile.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2009 by Ilya Kotov * + * Copyright (C) 2007-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,9 +21,11 @@ #ifndef DECODER_AUDIOFILE_H #define DECODER_AUDIOFILE_H -extern "C"{ +#ifdef Q_OS_WIN +#include +#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 +#endif #include -} #include -- cgit v1.2.3-13-gbd6f