00001 #ifndef __J2K__CstTypes_HPP__ 00002 #define __J2K__CstTypes_HPP__ 00003 00004 typedef const unsigned char CUCHAR; 00005 typedef const unsigned short CUSHORT; 00006 typedef const unsigned long CULONG; 00007 typedef const unsigned int CUINT; 00008 00009 #endif