File: jerror.h

package info (click to toggle)
libtk-img 1%3A2.0.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 47,852 kB
  • sloc: ansic: 224,696; sh: 20,589; tcl: 8,921; makefile: 2,272; cpp: 1,933; ada: 1,681; pascal: 1,139; cs: 879; awk: 794; asm: 587; python: 542; xml: 95
file content (12 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12

/*
 * Redirect the jpeg definitions through the stub definitions of the
 * binding. A wrapper for a support library using jpeg has to use this
 * header to ensure usage of the stub macros during the compilation of
 * the support library itself. In this way we avoid the need for
 * changing the original sources.
 *
 * This header has to be avoided when building the jpeg wrapper itself.
 */

#include "jpegtclDecls.h"