--- a/src/common.h Sun May 19 13:51:38 2013 +0300
+++ b/src/common.h Sun May 19 14:27:21 2013 +0300
@@ -70,8 +70,10 @@
#ifdef WIN32
#define DIRSLASH "\\"
+#define DIRSLASH_CHAR '\\'
#else // WIN32
#define DIRSLASH "/"
+#define DIRSLASH_CHAR '/'
#endif // WIN32
#ifdef RELEASE