mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed UINT8/PUINT8.
svn path=/trunk/; revision=3994
This commit is contained in:
parent
e9ba047848
commit
2cc8694271
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue