1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-05 08:25:54 +00:00

Backport fix from re3

This commit is contained in:
Filip Gawin 2021-01-14 15:30:33 +01:00
parent 57cc70c6af
commit 70358d90b4

View file

@ -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