wldap32: Keep the error constants ordered.

Francois Gouget fgouget at free.fr
Fri Feb 10 09:47:37 CST 2017


This simplifies verifying consistency with the corresponding error
messages.

Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/winldap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/winldap.h b/include/winldap.h
index 6d24575a497..2014e0696a4 100644
--- a/include/winldap.h
+++ b/include/winldap.h
@@ -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,
-- 
2.11.0




More information about the wine-patches mailing list