Commit 6eab1e93 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Define PTHREAD_STACK_MIN if it's missing.

parent d147c4c3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment