3bf951f42c
Files correlati : pdflib Ricompilazione Demo : [ ] Commento : Aggiornata pdflib.dll alla versione 7.0.4 git-svn-id: svn://10.65.10.50/trunk@18580 c028cbd2-c16b-5b4b-a496-9718f37d4682
33 lines
886 B
C
Executable File
33 lines
886 B
C
Executable File
/* $Id: p_icclib.h,v 1.4 2009-03-23 08:51:17 guy Exp $
|
|
*
|
|
* ICClib Header file icc.h for PDFlib
|
|
*
|
|
* $Log: not supported by cvs2svn $
|
|
* Revision 1.12.8.1 2007/03/28 12:47:10 kurt
|
|
* bug #1180 (Function prefixes missing for zlib assembler and ICC code) fixed
|
|
* names of all external functions of ICClib have the prefix "pdf_" now
|
|
*
|
|
* Revision 1.12 2004/08/05 09:11:27 rjs
|
|
* merged 6.0.x to pdflib-x
|
|
*
|
|
* Revision 1.11.2.1 2004/07/30 16:14:31 kurt
|
|
* icc_read: all free statements in the error case removed
|
|
* (because of program crash in icc_delete)
|
|
* icc_delete: more security checks
|
|
* new public function: icc_get_errmsg
|
|
*
|
|
* Revision 1.11 2004/06/14 10:53:19 kurt
|
|
* FEATURE defines reduced and renamed
|
|
*
|
|
* Revision 1.10 2003/03/03 12:46:43 tm
|
|
* Changed the licensing comment.
|
|
*
|
|
*/
|
|
|
|
#ifndef P_ICCLIB_H
|
|
#define P_ICCLIB_H
|
|
|
|
|
|
#endif /* P_ICCLIB_H */
|
|
|