vers.dfn 495 B

1234567891011121314151617181920
  1. /* vers.dfn - define format of libpng.vers
  2. *
  3. * Last changed in libpng version 1.5.0 [January 6, 2011]
  4. * Copyright (c) 1998-2011 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 " @" SYMBOL_PREFIX "@@" name "@;"
  12. PNG_DFN "@" PNGLIB_LIBNAME "@ {global:"
  13. #include "../png.h"
  14. PNG_DFN "local: *; };"