https://issues.apache.org/jira/browse/AMQCPP-539
Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/91f5566f Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/91f5566f Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/91f5566f Branch: refs/heads/trunk Commit: 91f5566f0d63db764d78f185a77c390f7a9b058d Parents: 873b9d8 Author: Timothy Bish <[email protected]> Authored: Mon Apr 28 10:49:27 2014 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon Apr 28 10:49:27 2014 -0400 ---------------------------------------------------------------------- .../src/main/decaf/internal/util/concurrent/windows/PlatformDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/91f5566f/activemq-cpp/src/main/decaf/internal/util/concurrent/windows/PlatformDefs.h ---------------------------------------------------------------------- diff --git a/activemq-cpp/src/main/decaf/internal/util/concurrent/windows/PlatformDefs.h b/activemq-cpp/src/main/decaf/internal/util/concurrent/windows/PlatformDefs.h index b443aa5..fffabe5 100644 --- a/activemq-cpp/src/main/decaf/internal/util/concurrent/windows/PlatformDefs.h +++ b/activemq-cpp/src/main/decaf/internal/util/concurrent/windows/PlatformDefs.h @@ -57,7 +57,7 @@ namespace concurrent{ #define PLATFORM_THREAD_RETURN() return 0; #define PLATFORM_THREAD_CALLBACK_TYPE unsigned - #define PLATFORM_DEFAULT_STACK_SIZE 0x20000 + #define PLATFORM_MIN_STACK_SIZE 0x20000 #define PLATFORM_CALLING_CONV __stdcall typedef HANDLE decaf_thread_t;
