mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r25668: Hopefully fix the build, sorry...
Guenther
This commit is contained in:
committed by
Stefan Metzmacher
parent
ebcbdb5fbd
commit
df94fbfe96
@@ -165,4 +165,8 @@
|
|||||||
#define NERR_BASE (2100)
|
#define NERR_BASE (2100)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef FRS_ERR_BASE
|
||||||
|
#define FRS_ERR_BASE (8000)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _DOSERR_H */
|
#endif /* _DOSERR_H */
|
||||||
|
|||||||
@@ -179,9 +179,6 @@ typedef uint32_t WERROR;
|
|||||||
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
|
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
|
||||||
|
|
||||||
/* FRS errors */
|
/* FRS errors */
|
||||||
#ifndef FRS_ERR_BASE
|
|
||||||
#define FRS_ERR_BASE (8000)
|
|
||||||
#endif
|
|
||||||
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17)
|
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17)
|
||||||
|
|
||||||
/* SEC errors */
|
/* SEC errors */
|
||||||
|
|||||||
Reference in New Issue
Block a user