[uxtheme]
[reactos.git] / reactos / dll / 3rdparty / dxtn / types.h
1 #ifndef TYPES_H_included
2 #define TYPES_H_included
3
4 /*****************************************************************************\
5 * 32bit types
6 \*****************************************************************************/
7 typedef unsigned char byte; /* 8-bit */
8 typedef unsigned short word; /* 16-bit */
9 typedef unsigned int dword; /* 32-bit */
10
11 #endif