- Fix MSVC build

svn path=/trunk/; revision=55668
This commit is contained in:
Thomas Faber 2012-02-17 08:26:33 +00:00
parent 7313a0dacd
commit 3fec97b52e

View file

@ -23,6 +23,10 @@
#include <string.h>
#include <limits.h>
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#if defined(_WIN32)
#define DIR_SEPARATOR_CHAR '\\'
#define DIR_SEPARATOR_STRING "\\"