]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/pngtest.c
use the window default colours, not hardcoded ones, in OnSysColourChanged()
[wxWidgets.git] / src / png / pngtest.c
index 3b0519ab404eb939a2d3d89009e14ef866ab6256..1430f0f3959611d1c93814e65c7d8b3f1f42d52b 100644 (file)
@@ -1,7 +1,7 @@
 
 /* pngtest.c - a simple test program to test libpng
  *
- * libpng 1.2.4 - July 8, 2002
+ * libpng 1.2.5rc3 - September 18, 2002
  * For conditions of distribution and use, see copyright notice in png.h
  * Copyright (c) 1998-2002 Glenn Randers-Pehrson
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -1538,4 +1538,4 @@ main(int argc, char *argv[])
 }
 
 /* Generate a compiler error if there is an old png.h in the search path. */
-typedef version_1_2_4 your_png_h_is_not_version_1_2_4;
+typedef version_1_2_5rc3 your_png_h_is_not_version_1_2_5rc3;