FS-4099 --resolve switch windows to use posix delimiter (/) for base paths. This will correct numerous problems with escaped chars. This change only effects windows builds. Please test.

This commit is contained in:
Jeff Lenk
2012-09-16 14:15:49 -05:00
parent dd4a995b34
commit e22f42334d
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -3076,7 +3076,7 @@ done:
#define RANGE '-'
#define RBRACKET ']'
#define SEP '/'
#define WIN_SEP '\\'
#define WIN_SEP '/'
#define STAR '*'
#define TILDE '~'
#define UNDERSCORE '_'