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>
oldstable
Francois Gouget 2017-02-10 16:47:37 +01:00 committed by Alexandre Julliard
parent 32c066d1f2
commit ba68d86423
1 changed files with 1 additions and 1 deletions

View File

@ -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,