ReactOS 0.4.15-dev-7842-g558ab78
types.h
Go to the documentation of this file.
1#pragma once
2
3typedef unsigned long __u32;
4typedef signed long __s32;
5typedef unsigned short int __u16;
6typedef signed short int __s16;
7typedef unsigned char __u8;
unsigned __int16 __u16
Definition: types.h:21
unsigned __int8 __u8
Definition: types.h:17
unsigned __int32 __u32
Definition: types.h:24
signed __int16 __s16
Definition: types.h:20
signed __int32 __s32
Definition: types.h:23