mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Comeau fixes.
Patch from Larry Evans. [SVN r24824]
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
#include <direct.h>
|
||||
#define PATH_MAX _MAX_PATH
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#if defined(__COMO__)
|
||||
#include <linux/limits.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
#include <direct.h>
|
||||
#define PATH_MAX _MAX_PATH
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#if defined(__COMO__)
|
||||
#include <linux/limits.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user