ntdll: Define PTHREAD_STACK_MIN if it's missing.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2017-12-14 20:28:32 +01:00
parent d147c4c323
commit 6eab1e93f3
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
WINE_DEFAULT_DEBUG_CHANNEL(thread);
#ifndef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 16384
#endif
struct _KUSER_SHARED_DATA *user_shared_data = NULL;
PUNHANDLED_EXCEPTION_FILTER unhandled_exception_filter = NULL;