summaryrefslogtreecommitdiff
path: root/pnggccrd.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2001-01-31 05:56:52 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:05:56 -0500
commitd4e8109a481c9acaa84bc6db4db711a42256b6c9 (patch)
tree4341f347b24a809cc08ad6953d7ff40c7cba6193 /pnggccrd.c
parentbe9de0f428597268130f8f675b25db7920be3f1f (diff)
downloadlibpng-d4e8109a481c9acaa84bc6db4db711a42256b6c9.tar.gz
Imported from libpng-1.0.9.tarv1.0.9
Diffstat (limited to 'pnggccrd.c')
-rw-r--r--pnggccrd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pnggccrd.c b/pnggccrd.c
index 296b576f3..fb34abc01 100644
--- a/pnggccrd.c
+++ b/pnggccrd.c
@@ -6,7 +6,7 @@
* and http://www.intel.com/drg/pentiumII/appnotes/923/923.htm
* for Intel's performance analysis of the MMX vs. non-MMX code.
*
- * libpng 1.0.9rc2 - January 22, 2001
+ * libpng 1.0.9 - January 31, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001 Glenn Randers-Pehrson
* Copyright (c) 1998, Intel Corporation
@@ -4951,7 +4951,7 @@ png_read_filter_row(png_structp png_ptr, png_row_infop row_info, png_bytep
//===========================================================================//
// //
-// M M X S U P P O R T //
+// P N G _ M M X _ S U P P O R T //
// //
//===========================================================================//
@@ -4965,6 +4965,9 @@ png_read_filter_row(png_structp png_ptr, png_row_infop row_info, png_bytep
// each inlined instance, e.g., by appending _1, _2, etc.?
// maybe if don't use leading "." in label name? (nope...sigh)]
+// GRR TO DO: make sure PNGAPI doesn't do/require anything screwy here
+// [looks OK for everybody except possibly Cygwin (__cdecl)]
+
int PNGAPI
png_mmx_support(void)
{