Fixed UINT8/PUINT8.

svn path=/trunk/; revision=3994
This commit is contained in:
Hartmut Birr 2003-01-13 00:50:37 +00:00
parent e9ba047848
commit 2cc8694271

View file

@ -26,7 +26,7 @@
typedef signed char INT8, *PINT8;
typedef signed short INT16, *PINT16;
typedef unsigned short UINT8, *PUINT8;
typedef unsigned char UINT8, *PUINT8;
typedef unsigned short UINT16, *PUINT16;