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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user