1 #if !defined HAVE_FXTTYPES_H__
2 #define      HAVE_FXTTYPES_H__
3 // This file is part of the FXT library.
4 // Copyright (C) 2010, 2017 Joerg Arndt
5 // License: GNU General Public License version 3 or later,
6 // see the file COPYING.txt in the main directory.
7 
8 
9 //#include "fxttypes.h" // this file
10 
11 
12 typedef  unsigned char         uchar;
13 typedef  unsigned short       ushort;
14 typedef  unsigned int           uint;
15 typedef  unsigned long         ulong;
16 
17 
18 #endif  // !defined HAVE_FXTTYPES_H__
19