From aa6af1fe26c9d54e512549fc631fe3087920a677 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 12 Nov 2008 09:06:36 +0100 Subject: errors: add WERR_CM_BUFFER_SMALL. Guenther --- libcli/util/werror.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli/util') diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 0d99c7bb31..d22516ae5c 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -181,6 +181,7 @@ typedef uint32_t WERROR; /* Configuration Manager Errors */ /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */ +#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) -- cgit