mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Tweaks to support 64 bit compile of engine.
This commit is contained in:
@@ -75,8 +75,8 @@ int exec_check
|
||||
(
|
||||
string const * command,
|
||||
LIST * * pShell,
|
||||
int * error_length,
|
||||
int * error_max_length
|
||||
size_t * error_length,
|
||||
size_t * error_max_length
|
||||
)
|
||||
{
|
||||
int const is_raw_cmd = 1;
|
||||
|
||||
Reference in New Issue
Block a user