From 96436e9b705942117a76ed914911a084e4ebfc4e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 1 Aug 2007 00:00:25 +0000 Subject: [PATCH] Don't define vsnprintf for Windows here git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19741 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/errors.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/util/support/errors.c b/src/util/support/errors.c index 94290f857..36ea11c3a 100644 --- a/src/util/support/errors.c +++ b/src/util/support/errors.c @@ -11,12 +11,6 @@ #include "k5-platform.h" #include "supp-int.h" -#ifdef _WIN32 -#ifndef vsnprintf -#define vsnprintf _vsnprintf -#endif -#endif - /* It would be nice to just use error_message() always. Pity that it's defined in a library that depends on this one, and we're not allowed to make circular dependencies. */ -- 2.26.2