prefix.dfn 610 B

12345678910111213141516171819202122232425
  1. /* prefix.dfn - generate an unprefixed symbol list
  2. *
  3. * Last changed in libpng version 1.6.0 [January 30, 2012]
  4. * Copyright (c) 2012 Glenn Randers-Pehrson
  5. *
  6. * This code is released under the libpng license.
  7. * For conditions of distribution and use, see the disclaimer
  8. * and license in png.h
  9. */
  10. #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
  11. PNG_DFN "@" name "@"
  12. /* The configuration information *before* the additional of symbol renames,
  13. * the list is the C name list; no symbol prefix.
  14. */
  15. #include "pnglibconf.out"
  16. PNG_DFN_START_SORT 1
  17. #include "../png.h"
  18. PNG_DFN_END_SORT