Pol  Revision:cb584c9
rawtypes.h File Reference

Go to the source code of this file.

Macros

#define __PACKED__
 
#define OUT64   "ll"
 
#define POSTSTRUCT_PACK
 

Typedefs

typedef signed short s16
 
typedef signed int s32
 
typedef signed long long s64
 
typedef signed char s8
 
typedef unsigned short u16
 
typedef unsigned int u32
 
typedef unsigned long long u64
 
typedef unsigned char u8
 

Detailed Description

History
  • 2006/09/23 Shinigami: printf 64bit constants added
Note
ATTENTION This header is part of the PCH Remove the include in all StdAfx.h files or live with the consequences :)

Definition in file rawtypes.h.

Macro Definition Documentation

#define __PACKED__

Definition at line 15 of file rawtypes.h.

#define OUT64   "ll"

Definition at line 40 of file rawtypes.h.

#define POSTSTRUCT_PACK

Definition at line 21 of file rawtypes.h.

Typedef Documentation

typedef signed short s16

Definition at line 30 of file rawtypes.h.

typedef signed int s32

Definition at line 31 of file rawtypes.h.

typedef signed long long s64

Definition at line 39 of file rawtypes.h.

typedef signed char s8

Definition at line 29 of file rawtypes.h.

typedef unsigned short u16

Definition at line 26 of file rawtypes.h.

typedef unsigned int u32

Definition at line 27 of file rawtypes.h.

typedef unsigned long long u64

Definition at line 38 of file rawtypes.h.

typedef unsigned char u8

Definition at line 25 of file rawtypes.h.