oslibs,codecs: minor update to opus_defines.h

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1379 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2017-02-26 11:11:43 +00:00
parent 5b5bf6ce84
commit 73567c84a8
2 changed files with 4 additions and 4 deletions

View file

@ -64,8 +64,8 @@ extern "C" {
/**Export control for opus functions */
#ifndef OPUS_EXPORT
# if defined(WIN32)
# ifdef OPUS_BUILD
# if defined(_WIN32)
# if defined(OPUS_BUILD) && defined(DLL_EXPORT)
# define OPUS_EXPORT __declspec(dllexport)
# else
# define OPUS_EXPORT

View file

@ -64,8 +64,8 @@ extern "C" {
/**Export control for opus functions */
#ifndef OPUS_EXPORT
# if defined(WIN32)
# ifdef OPUS_BUILD
# if defined(_WIN32)
# if defined(OPUS_BUILD) && defined(DLL_EXPORT)
# define OPUS_EXPORT __declspec(dllexport)
# else
# define OPUS_EXPORT