[libpng15] Use memcpy instead of CopyMemory in the definition of png_memcpy.

The Borland C++ build breaks otherwise (Cosmin).
This commit is contained in:
Cosmin Truta
2014-11-14 09:41:41 -06:00
committed by Glenn Randers-Pehrson
parent 5310158c37
commit 7852e7786b
3 changed files with 7 additions and 3 deletions

View File

@@ -418,7 +418,7 @@
# define CVT_PTR_NOCHECK(ptr) (ptr)
# define png_strlen lstrlenA
# define png_memcmp memcmp
# define png_memcpy CopyMemory
# define png_memcpy memcpy
# define png_memset memset
# else
# define CVT_PTR(ptr) (ptr)