From 97176bc65a298a5660fe5fb8ad936ebbc6fbbd5e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 3 Oct 2008 15:29:37 +0000 Subject: [PATCH] windows-client_exp-makefile-20081003 LICENSE MIT define UNICODE --- src/WINNT/client_exp/NTMakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/WINNT/client_exp/NTMakefile b/src/WINNT/client_exp/NTMakefile index a84d615..74ec970 100644 --- a/src/WINNT/client_exp/NTMakefile +++ b/src/WINNT/client_exp/NTMakefile @@ -5,7 +5,7 @@ # License. For details, see the LICENSE file in the top-level source # directory or online at http://www.openafs.org/dl/license10.html -AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -I..\afsd /D"_WINDOWS" /D"_WINDLL" /D"_AFXDLL" /D"_USRDLL" +AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -I..\afsd /D"_WINDOWS" /D"_WINDLL" /D"_AFXDLL" /D"_USRDLL" -DUNICODE -D_UNICODE NO_CRTDBG=1 #define this to disable any CRT_DBG flag RELDIR=WINNT\client_exp -- 1.7.1