blob: bcb9135219b2549759f2362bf08529a4913f219b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*---------------------------------------------------------------------------*
| PDFlib - A library for generating PDF on the fly |
+---------------------------------------------------------------------------+
| Copyright (c) 1997-2006 PDFlib GmbH. All rights reserved. |
+---------------------------------------------------------------------------+
| Proprietary source code -- do not redistribute! |
*---------------------------------------------------------------------------*/
/* $Id: pc_prefix.h,v 1.1 2008/10/17 06:10:43 scuri Exp $
*
* PDCORE: unique renaming of function names shared by different applications
*/
#ifndef PC_PREFIX_H
#define PC_PREFIX_H
#endif /* PC_PREFIX_H */
|