2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

64/32 bit compile working by using int32 types as needed.

This commit is contained in:
René Ferdinand Rivera Morell
2020-09-09 09:46:08 -05:00
parent 210cef7ae2
commit 84666e77fa
40 changed files with 590 additions and 603 deletions

View File

@@ -75,8 +75,8 @@ int exec_check
(
string const * command,
LIST * * pShell,
size_t * error_length,
size_t * error_max_length
int32_t * error_length,
int32_t * error_max_length
)
{
int const is_raw_cmd = 1;