Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 799 KFW win-mac.h fixes kfw: add int16_t, uint16_t typedefs to win-mac.h uint16_t is used in chpw.c include stdlib.h, crtdbg.h in win-mac.h Allows leak-tracking using built-in msvc tools on windows. crtdbg.h needs to come _after_ stdlib.h, but _before_ checking for strdup. Define DEBUG and CRTDBG_MAP_ALLOC for full tracking. Signed-off-by: Kevin Wasserman (cherry picked from commit 0a27c56e300990909317630e626ccdd8ae8e7f41) https://github.com/krb5/krb5/commit/77dc7747f54545a37f9d3c56801da48c528bc37f Author: Kevin Wasserman Committer: Tom Yu Commit: 77dc7747f54545a37f9d3c56801da48c528bc37f Branch: krb5-1.10 src/include/win-mac.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)