reactos/dll/3rdparty/dxtn/types.h
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

12 lines
358 B
C

#ifndef TYPES_H_included
#define TYPES_H_included
/*****************************************************************************\
* 32bit types
\*****************************************************************************/
typedef unsigned char byte; /* 8-bit */
typedef unsigned short word; /* 16-bit */
typedef unsigned int dword; /* 32-bit */
#endif