ReactOS 0.4.16-dev-550-g2186ce3
|
Go to the source code of this file.
Macros | |
#define | FTERRORS_H_ |
#define | __FTERRORS_H__ |
#define | FT_ERR_PREFIX FT_Err_ |
#define | FT_ERR_BASE 0 |
#define | FT_ERRORDEF(e, v, s) e = v, |
#define | FT_ERROR_START_LIST enum { |
#define | FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; |
#define | FT_ERRORDEF_(e, v, s) FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) |
#define | FT_NOERRORDEF_(e, v, s) FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) |
#define __FTERRORS_H__ |
Definition at line 113 of file fterrors.h.
#define FT_ERR_BASE 0 |
Definition at line 151 of file fterrors.h.
#define FT_ERR_PREFIX FT_Err_ |
Definition at line 136 of file fterrors.h.
#define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; |
Definition at line 163 of file fterrors.h.
Definition at line 162 of file fterrors.h.
#define FT_ERRORDEF_ | ( | e, | |
v, | |||
s | |||
) | FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) |
Definition at line 174 of file fterrors.h.
#define FT_NOERRORDEF_ | ( | e, | |
v, | |||
s | |||
) | FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) |
Definition at line 178 of file fterrors.h.
#define FTERRORS_H_ |
Definition at line 112 of file fterrors.h.