Commit 8c931c71 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

ntdll: Remove unused PTHREAD_STACK_MIN definition.

parent dfd5f109
......@@ -71,10 +71,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(thread);
WINE_DECLARE_DEBUG_CHANNEL(seh);
#ifndef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 16384
#endif
static int nb_threads = 1;
static inline int get_unix_exit_code( NTSTATUS status )
......
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