reactos/lib/fslib/ext2lib/types.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

8 lines
164 B
C

#pragma once
typedef unsigned long __u32;
typedef signed long __s32;
typedef unsigned short int __u16;
typedef signed short int __s16;
typedef unsigned char __u8;