Yup, reworked and resent.
-aric
James Mckenzie wrote:
> Alexandre Julliard wrote on Feb 23:
>> Aric Stewart writes:
>>
>>> +/* If i understand this correctly at most a process should generate
>>> + * only a handful of these... But in case I am wrong */
>>> +if (id_last == 65535)
>>
Alexandre Julliard wrote on Feb 23:
>
>Aric Stewart writes:
>
>> +/* If i understand this correctly at most a process should generate
>> + * only a handful of these... But in case I am wrong */
>> +if (id_last == 65535)
>> +{
>> +ERR("TfClientIds generated exceeds USHORT
Aric Stewart writes:
> +/* If i understand this correctly at most a process should generate
> + * only a handful of these... But in case I am wrong */
> +if (id_last == 65535)
> +{
> +ERR("TfClientIds generated exceeds USHORT limit\n");
> +return 0x0;
> +}
> +