mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Minor change for b2 to build with bcc32.
This commit is contained in:
@@ -53,10 +53,12 @@
|
||||
#endif
|
||||
|
||||
#include <io.h>
|
||||
#if !defined(__BORLANDC__)
|
||||
#define dup _dup
|
||||
#define dup2 _dup2
|
||||
#define open _open
|
||||
#define close _close
|
||||
#endif /* __BORLANDC__ */
|
||||
#endif /* OS_NT */
|
||||
|
||||
#if defined(USE_EXECUNIX)
|
||||
|
||||
Reference in New Issue
Block a user