--- include/arch/win32/apr_arch_threadproc.h    Fri Apr  4 04:49:22 2003
+++ include/arch/win32/apr_arch_threadproc.h.new        Fri Apr  4
04:49:02 2003
@@ -60,6 +60,7 @@
 #define THREAD_PROC_H
 
 #define SHELL_PATH "cmd.exe"
+#define APR_DEFAULT_STACK_SIZE 0
 
 struct apr_thread_t {
     apr_pool_t *pool;
@@ -73,6 +74,7 @@
 
 struct apr_threadattr_t {
     apr_pool_t *pool;
+    apr_size_t stack_size;
     apr_int32_t detach;
 };


  /kristofer

Reply via email to