ReactOS 0.4.15-dev-7924-g5949c20
ftmoderr.h File Reference

Go to the source code of this file.

Macros

#define FT_MODERRDEF(e, v, s)   FT_Mod_Err_ ## e = 0,
 
#define FT_MODERR_START_LIST   enum {
 
#define FT_MODERR_END_LIST   FT_Mod_Err_Max };
 

Macro Definition Documentation

◆ FT_MODERR_END_LIST

#define FT_MODERR_END_LIST   FT_Mod_Err_Max };

Definition at line 118 of file ftmoderr.h.

◆ FT_MODERR_START_LIST

#define FT_MODERR_START_LIST   enum {

Definition at line 117 of file ftmoderr.h.

◆ FT_MODERRDEF

#define FT_MODERRDEF (   e,
  v,
  s 
)    FT_Mod_Err_ ## e = 0,

Definition at line 114 of file ftmoderr.h.