[26756] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.10]: Remove the UNICODE defines from wshelper

daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Jul 23 16:26:54 2012

Date: Mon, 23 Jul 2012 16:26:26 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201207232026.q6NKQQWB029110@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/6f6dc3a55e345118bb06c1aee0a899db8e68abff
commit 6f6dc3a55e345118bb06c1aee0a899db8e68abff
Author: Alexey Melnikov <alexey.melnikov@isode.com>
Date:   Thu Sep 22 18:12:47 2011 +0100

    Remove the UNICODE defines from wshelper
    
    wshelper is clearly not intended to use unicode:
    wprintf is used extensively and exclusively to write to char[] buffers and
    fields in dns structs are used as explicitly ASCII text.
    
    Signed-off-by: Alexey Melnikov <aamelnikov@gmail.com>
    
    (cherry picked from commit 7d156d88ce5cdc40b1df02f051d65b3ad93c60e1)
    
    ticket: 7210
    version_fixed: 1.10.3
    status: resolved

 src/util/wshelper/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/wshelper/Makefile.in b/src/util/wshelper/Makefile.in
index 5fa5cd4..5abf2e5 100644
--- a/src/util/wshelper/Makefile.in
+++ b/src/util/wshelper/Makefile.in
@@ -39,7 +39,7 @@ WINLIBS = advapi32.lib user32.lib ws2_32.lib dnsapi.lib
 
 WINDLLFLAGS = /nologo /dll /incremental:no /release $(LOPTS)
 
-DEFINES = -DUNICODE -D_UNICODE
+DEFINES =
 !ifdef NODEBUG
 DEFINES = $(DEFINES)
 !else
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post