mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
5380113016
svn path=/branches/ntvdm/; revision=61911
7 lines
151 B
C
7 lines
151 B
C
|
|
#pragma once
|
|
|
|
typedef unsigned char MV_U8;
|
|
typedef unsigned short MV_U16;
|
|
typedef unsigned long MV_U32;
|
|
|