ReactOS 0.4.15-dev-7942-gd23573b
bytesex.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SWAPD(x)   x
 
#define SWAPW(x)   x
 
#define SD(Object, Field)   Object->Field = SWAPD(Object->Field)
 
#define SW(Object, Field)   Object->Field = SWAPW(Object->Field)
 

Macro Definition Documentation

◆ SD

#define SD (   Object,
  Field 
)    Object->Field = SWAPD(Object->Field)

Definition at line 10 of file bytesex.h.

◆ SW

#define SW (   Object,
  Field 
)    Object->Field = SWAPW(Object->Field)

Definition at line 11 of file bytesex.h.

◆ SWAPD

#define SWAPD (   x)    x

Definition at line 7 of file bytesex.h.

◆ SWAPW

#define SWAPW (   x)    x

Definition at line 8 of file bytesex.h.