Re: pid_t on 64-bit Windows

2020-08-31 Thread Oberzalek Martin
Hi, Am Montag, den 24.08.2020, 01:30 +0200 schrieb Bruno Haible: On 64-bit Windows, pid_t needs to be 64-bit large, i.e. intptr_t or 'long long'or '__int64'. This is because the return type of _spawnv* (when invoked with _P_NOWAIT) and the argument of the _cwait function are 'intptr_t' (se

Re: pid_t on 64-bit Windows

2020-08-31 Thread Oberzalek Martin
Hi, Am Montag, den 24.08.2020, 01:30 +0200 schrieb Bruno Haible: On 64-bit Windows, pid_t needs to be 64-bit large, i.e. intptr_t or 'long long'or '__int64'. This is because the return type of _spawnv* (when invoked with _P_NOWAIT) and the argument of the _cwait function are 'intptr_t' (se