wldap32: Add an error message and an explanation for the lack of error constants.

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


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wldap32/wldap32.rc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dlls/wldap32/wldap32.rc b/dlls/wldap32/wldap32.rc
index b5c39f33996..2455cc8fd6c 100644
--- a/dlls/wldap32/wldap32.rc
+++ b/dlls/wldap32/wldap32.rc
@@ -24,6 +24,8 @@
 
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
+/* The error constants are defined in an enum and thus cannot be used here. */
+
 STRINGTABLE
 {
     0 "Success"
@@ -40,7 +42,7 @@ STRINGTABLE
     11 "Administration Limit Exceeded"
     12 "Unavailable Critical Extension"
     13 "Confidentiality Required"
-    14 ""
+    14 "SASL Bind in Progress"
     15 ""
     16 "No Such Attribute"
     17 "Undefined Type"
-- 
2.11.0



More information about the wine-patches mailing list