When building with MSVC, guard a declaration of 'strdup()' which conflicts slightly...
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 4 Nov 2014 13:08:00 +0000 (13:08 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 4 Nov 2014 13:23:15 +0000 (13:23 +0000)
commit04bda495c2ac600fab41e20129723a4adf52ddb9
tree80704fc9e966cff4117f00f10f812b18b7f7c3eb
parent10a7e15c78fd16642e5ab81715d0d5947fa12966
When building with MSVC, guard a declaration of 'strdup()' which conflicts slightly with the MSVC declaration

(maybe we should just #include <string.h> ?)
libs/fst/vstwin.c