1
0
forked from mirrors/0ad

Remove zlib library linking pragma

This commit is contained in:
trompetin17
2025-06-02 12:18:44 -05:00
parent c1751cd8e8
commit ba67208b22
+1 -10
View File
@@ -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 <zlib.h>
// 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