ReactOS 0.4.16-dev-959-g2ec3a19
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 127 of file ftmoderr.h.

◆ FT_MODERR_START_LIST

#define FT_MODERR_START_LIST   enum {

Definition at line 126 of file ftmoderr.h.

◆ FT_MODERRDEF

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

Definition at line 123 of file ftmoderr.h.