diff --git a/source/lib/external_libraries/vorbis.h b/source/lib/external_libraries/vorbis.h index 4cb1a31d23..b44095f379 100644 --- a/source/lib/external_libraries/vorbis.h +++ b/source/lib/external_libraries/vorbis.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Wildfire Games. +/* Copyright (C) 2025 Wildfire Games. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -29,21 +29,4 @@ #include -// TODO: remove hardcoded libraries. -#if MSC_VERSION -#if _WIN64 -# ifdef NDEBUG -# pragma comment(lib, "vorbisfile.lib") -# else -# pragma comment(lib, "vorbisfiled.lib") -# endif -#else -# ifdef NDEBUG -# pragma comment(lib, "libvorbisfile.lib") -# else -# pragma comment(lib, "libvorbisfiled.lib") -# endif -#endif -#endif - #endif // #ifndef INCLUDED_VORBIS