Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2fd772e

Browse files
committed
[[ VS2015 ]] Ensure libxlst builds under VS2015
This patch ensures libxlst builds using VS2015. It adds a mapping for vsnprintf to the VS CRT equivalent.
1 parent c708c05 commit 2fd772e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libxslt/include/libxslt/win32config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ static int isnan (double d) {
7979
#include <direct.h>
8080
#if defined(_MSC_VER) || defined(__MINGW32__)
8181
#define mkdir(p,m) _mkdir(p)
82-
#define snprintf _snprintf
8382
#if _MSC_VER < 1500
8483
#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
8584
#endif

0 commit comments

Comments
 (0)