mdbx-test: cleanup for without MDBX_NOSUBDIR case.

Change-Id: I50d6640108ca229e4919ea96469152d2533f9cab
This commit is contained in:
Leonid Yuriev
2020-09-26 22:01:07 +03:00
parent 5627521f16
commit 12770cae88
5 changed files with 27 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ void osal_yield(void);
bool osal_istty(int fd);
std::string osal_tempdir(void);
int osal_removefile(const std::string &pathname);
int osal_removedirectory(const std::string &pathname);
#ifdef _MSC_VER
#ifndef STDIN_FILENO