/* coltrans32.h
** Used by colourtrans.h to create the short synonyms for 32-bit file handles
**
** Tony van der Hoff 10-11-01
*/

#if !defined coltrans32_H
#define coltrans32_H

#if !defined osf32_H
#include "osf32.h"
#endif

#if !defined OSLIB_F8
#define colourtrans_write_calibration_to_file colourtrans_write_calibration_to_filew
#define xcolourtrans_write_calibration_to_file xcolourtrans_write_calibration_to_filew
#endif

#endif

/* End */
