From 8d957ec91d3696b535ac29bb160d4ed31eea3ba3 Mon Sep 17 00:00:00 2001 From: trompetin17 Date: Mon, 2 Jun 2025 12:23:00 -0500 Subject: [PATCH] Remove hardcoded library linking pragmas from vorbis.h --- source/lib/external_libraries/vorbis.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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