More checks before autolinking

This commit is contained in:
Filip Gawin 2021-01-14 22:06:27 +01:00
commit c7b905c0ec
5 changed files with 8 additions and 2 deletions

View file

@ -38,7 +38,7 @@
//TODO: max channels
//TODO: loop count
#ifdef _WIN32
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
#pragma comment( lib, "OpenAL32.lib" )
#endif