2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Use pathnt.cpp on mingw.

This commit is contained in:
Rene Rivera
2021-01-26 21:04:28 -06:00
parent 7e6cc793fb
commit 4a7dd4937f
4 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
*/
#include "jam.h"
#ifdef USE_PATHNT
#include "pathsys.h"
#include "hash.h"
@@ -407,3 +409,5 @@ void path_done( void )
hashdone( path_key_cache );
}
}
#endif // USE_PATHNT