wldap32: Keep the error constants ordered.
This simplifies verifying consistency with the corresponding error messages. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
32c066d1f2
commit
ba68d86423
|
@ -92,8 +92,8 @@ typedef enum {
|
|||
LDAP_NO_MEMORY = 0x5a,
|
||||
LDAP_CONNECT_ERROR = 0x5b,
|
||||
LDAP_NOT_SUPPORTED = 0x5c,
|
||||
LDAP_NO_RESULTS_RETURNED = 0x5e,
|
||||
LDAP_CONTROL_NOT_FOUND = 0x5d,
|
||||
LDAP_NO_RESULTS_RETURNED = 0x5e,
|
||||
LDAP_MORE_RESULTS_TO_RETURN = 0x5f,
|
||||
|
||||
LDAP_CLIENT_LOOP = 0x60,
|
||||
|
|
Loading…
Reference in New Issue