Subversion Repositories freemyipod

Rev

Rev 504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 504 Rev 651
Line 29... Line 29...
29
 
29
 
30
 
30
 
31
#include "../png.h"
31
#include "../png.h"
32
 
32
 
33
 
33
 
-
 
34
/* emCORE library identifier */
-
 
35
#define LIBPNG_IDENTIFIER 0x64474e50
-
 
36
 
34
/* increase this every time the api struct changes */
37
/* increase this every time the api struct changes */
35
#define LIBPNG_API_VERSION 1
38
#define LIBPNG_API_VERSION 1
36
 
39
 
37
/* update this to latest version if a change to the api struct breaks
40
/* update this to latest version if a change to the api struct breaks
38
   backwards compatibility (and please take the opportunity to sort in any
41
   backwards compatibility (and please take the opportunity to sort in any