aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/libpng/png.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/libpng/png.pas')
-rw-r--r--Game/Code/lib/libpng/png.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/libpng/png.pas b/Game/Code/lib/libpng/png.pas
index 0d784140..3d700104 100644
--- a/Game/Code/lib/libpng/png.pas
+++ b/Game/Code/lib/libpng/png.pas
@@ -29,7 +29,7 @@ uses
const
{$ifdef MSWINDOWS}
// use libpng12-0 (Version 1.2.18), delivered wih SDL_Image
- LibPng = 'libpng12-0'; // 'libpng13';
+ LibPng = 'Libraries\libpng12-0'; // 'libpng13';
// matching lib version for libpng13.dll, needed for initialization
PNG_LIBPNG_VER_STRING='1.2.12';
// define the compiler that was used to built the DLL (necessary for jmp_buf)