2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 14:42:14 +00:00

<dir.h> -> <direct.h>

[SVN r13125]
This commit is contained in:
Dave Abrahams
2002-03-07 22:59:24 +00:00
parent 76dcdeff15
commit 8af7a4bd84
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include "newstr.h"
#ifdef NT
#include <dir.h>
#include <direct.h>
#define PATH_MAX _MAX_PATH
#else
#include <unistd.h>

View File

@@ -3,7 +3,7 @@
#include "newstr.h"
#ifdef NT
#include <dir.h>
#include <direct.h>
#define PATH_MAX _MAX_PATH
#else
#include <unistd.h>