[libpng10] Imported from libpng-1.0.27rc6.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-15 07:08:40 -05:00
parent bfb1ddd2c9
commit 430d11ea06
56 changed files with 140 additions and 120 deletions

View File

@@ -99,7 +99,7 @@ void readpng2_version_info(void)
(compilerID == 2? "GNU C" : "unknown"));
fprintf(stderr, " Processor (x86%s) %s MMX instructions.\n",
#if defined(__x86_64__)
"_64"
"_64",
#else
"",
#endif