Revert "[libFuzzer] Port to Windows"
This reverts r340949 due to bot breakage again.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer@340954 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/FuzzerIO.h b/FuzzerIO.h
index b4a6819..6d77574 100644
--- a/FuzzerIO.h
+++ b/FuzzerIO.h
@@ -68,7 +68,7 @@
char GetSeparator();
// Similar to the basename utility: returns the file name w/o the dir prefix.
-std::string Basename(const std::string &Path);
+std::string Basename(const std::string &Path, char Separator = GetSeparator());
FILE* OpenFile(int Fd, const char *Mode);