On Wed, April 26, 2006 1:30 pm, Matt Finnicum said:
I welcome your comments on the patch.
Minor nits: -- how about 2 constants for the values 100, 1000 #define STACK_SIZE_DEFAULT 100 #define STACK_SIZE_MAX 1000
-- maybe use min(wParam, STACK_SIZE_MAX) when setting it