From 8d18815f8aab102c707f63933dd56b352ca8a65e Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 8 Sep 2013 17:21:52 -0500 Subject: [PATCH] strndup is gone, remove it from the README file. --- README-WIN32.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-WIN32.html b/README-WIN32.html index 28fc7d8..abdb39e 100644 --- a/README-WIN32.html +++ b/README-WIN32.html @@ -13,7 +13,7 @@ Various functions have been redefined to their Win32 version (i.e. open on win32 is _open)
  • - Implemented missing functions from MS's libc (i.e. vasprintf and strndup)
  • + Implemented missing functions from MS's libc (i.e. vasprintf)
  • Added code to allow Win64 support without integer resizing issues, this probably makes it much nicer on 64bit machines everywhere (i.e. using ptrdiff_t