From: molivier Date: Sat, 21 Jan 2006 09:13:48 +0000 (+0000) Subject: Added the proper libPNG DLL name for Win64, by Willis X-Git-Tag: xonotic-v0.1.0preview~4378 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=49a2165b5ff404125d2c7ab1a13a68cfc55d48ec;p=xonotic%2Fdarkplaces.git Added the proper libPNG DLL name for Win64, by Willis git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5918 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/image_png.c b/image_png.c index 8b9d1ffe..19304fbc 100644 --- a/image_png.c +++ b/image_png.c @@ -103,7 +103,9 @@ qboolean PNG_OpenLibrary (void) { const char* dllnames [] = { -#ifdef WIN32 +#ifdef WIN64 + "libpng12_64.dll", +#elif WIN32 "libpng12.dll", #elif defined(MACOSX) "libpng12.0.dylib",