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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user