VirtualBox

source: vbox/trunk/src/libs/libpng-1.6.45/scripts/prefix.c

Last change on this file was 107813, checked in by vboxsync, 3 weeks ago

libpng-1.6.45: Applied and adjusted our libpng changes to 1.6.45. bugref:8515

  • Property svn:eol-style set to native
File size: 553 bytes
Line 
1/* prefix.c - generate an unprefixed symbol list
2 *
3 * Copyright (c) 2013-2014 Glenn Randers-Pehrson
4 *
5 * This code is released under the libpng license.
6 * For conditions of distribution and use, see the disclaimer
7 * and license in png.h
8 */
9
10#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
11 PNG_DFN "@" name "@"
12
13/* The configuration information *before* the additional of symbol renames,
14 * the list is the C name list; no symbol prefix.
15 */
16#include "pnglibconf.out"
17
18PNG_DFN_START_SORT 1
19
20#include "../png.h"
21
22PNG_DFN_END_SORT
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette