oslibs,codecs: minor update to opus_defines.h

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1379 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2017-02-26 11:11:43 +00:00
parent d5c3058022
commit fd5d023e31
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