diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/werror.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h index ede4996064..2e6b696d3f 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -198,6 +198,7 @@ typedef uint32_t WERROR; /* Configuration Manager Errors */ /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */ +#define WERR_CM_INVALID_POINTER W_ERROR(3) #define WERR_CM_BUFFER_SMALL W_ERROR(26) #define WERR_CM_NO_MORE_HW_PROFILES W_ERROR(35) #define WERR_CM_NO_SUCH_VALUE W_ERROR(37) |