summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/mytypes.h
blob: ea60db3a4df460937b3a3ffd9bf5f08096790c65 (plain)
1
2
3
4
5
6
7
8
#ifndef __MYTYPES_H__
#define __MYTYPES_H__
typedef unsigned char   UInt8;
typedef unsigned short  UInt16;
typedef signed short  Int16;
typedef unsigned long   UInt32;
#endif