diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-14 15:30:33 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-14 15:30:33 +0100 |
commit | 70358d90b4d75a9fb38c962e6355a52c016cbd59 (patch) | |
tree | 6cfc3aa52faa5fe6d524f34c8442fb45f27b6326 /src/audio/oal/stream.cpp | |
parent | Update FindX files (diff) | |
download | re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.tar re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.tar.gz re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.tar.bz2 re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.tar.lz re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.tar.xz re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.tar.zst re3-70358d90b4d75a9fb38c962e6355a52c016cbd59.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/oal/stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/oal/stream.cpp b/src/audio/oal/stream.cpp index 81a78381..4523b07a 100644 --- a/src/audio/oal/stream.cpp +++ b/src/audio/oal/stream.cpp @@ -4,7 +4,7 @@ #include "stream.h" #include "sampman.h" -#ifdef _WIN32 +#if defined _MSC_VER && !defined RE3_NO_AUTOLINK #ifdef AUDIO_OAL_USE_SNDFILE #pragma comment( lib, "libsndfile-1.lib" ) #endif |