From ba67208b22b859499b6719a492bf43a17c0070e5 Mon Sep 17 00:00:00 2001 From: trompetin17 Date: Mon, 2 Jun 2025 12:18:44 -0500 Subject: [PATCH] Remove zlib library linking pragma --- source/lib/external_libraries/zlib.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/source/lib/external_libraries/zlib.h b/source/lib/external_libraries/zlib.h index 5cfdc31b86..b0442e1fed 100644 --- a/source/lib/external_libraries/zlib.h +++ b/source/lib/external_libraries/zlib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010 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 @@ -42,13 +42,4 @@ #include -// automatically link against the required library -#if MSC_VERSION -# ifdef NDEBUG -# pragma comment(lib, "zlib1.lib") -# else -# pragma comment(lib, "zlib1d.lib") -# endif -#endif - #endif // #ifndef INCLUDED_ZLIB