diff --git a/source/libcli/util/doserr.h b/source/libcli/util/doserr.h index bec268a5655..6c757a3fc20 100644 --- a/source/libcli/util/doserr.h +++ b/source/libcli/util/doserr.h @@ -165,4 +165,8 @@ #define NERR_BASE (2100) #endif +#ifndef FRS_ERR_BASE +#define FRS_ERR_BASE (8000) +#endif + #endif /* _DOSERR_H */ diff --git a/source/libcli/util/werror.h b/source/libcli/util/werror.h index bde58265d49..48f5b400912 100644 --- a/source/libcli/util/werror.h +++ b/source/libcli/util/werror.h @@ -179,9 +179,6 @@ typedef uint32_t WERROR; #define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195) /* FRS errors */ -#ifndef FRS_ERR_BASE -#define FRS_ERR_BASE (8000) -#endif #define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17) /* SEC errors */