mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
8 lines
151 B
C
8 lines
151 B
C
|
|
#pragma once
|
|
|
|
typedef unsigned char MV_U8;
|
|
typedef unsigned short MV_U16;
|
|
typedef unsigned long MV_U32;
|
|
|