2
0
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:
Rene Rivera
2019-05-08 22:46:08 -05:00
parent 16f49cac33
commit 37bcce2f35

View File

@@ -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)