mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
64/32 bit compile working by using int32 types as needed.
This commit is contained in:
@@ -140,8 +140,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 = is_raw_command_request( *pShell );
|
||||
|
||||
Reference in New Issue
Block a user