12345678910111213141516171819202122 |
- #define PNG_INTERNAL_DATA(type, name, array)\
- PNG_DFN "@" name "@"
- #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\
- PNG_DFN "@" name "@"
- #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\
- PNG_DFN "@" name "@"
- #define PNGPREFIX_H
- #include "../pngpriv.h"
|